Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755965Ab1BHXfe (ORCPT ); Tue, 8 Feb 2011 18:35:34 -0500 Received: from mail-iw0-f174.google.com ([209.85.214.174]:61276 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924Ab1BHXfd (ORCPT ); Tue, 8 Feb 2011 18:35:33 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=c525AvPM4nt6jHlhzirlVlHKEkBc8Q67JEQvig28JV78Z0h3M/RWS7fexQ3W6Albyx PsLuprY7A7Mhj5EaWZD8rEDgy2iBe35A4PF/4JdjhP/GbhDm4mD8CjU9K6kj3MjAF2dD bvqfRCOLYNqgRAL2e9SMmo/rCi9gkvrn+2rgo= MIME-Version: 1.0 In-Reply-To: <20110208122159.GA8284@elte.hu> References: <1297081335-13631-1-git-send-email-broonie@opensource.wolfsonmicro.com> <201102072046.48763.rjw@sisk.pl> <20110207201803.GU10564@opensource.wolfsonmicro.com> <201102072215.59921.rjw@sisk.pl> <20110208122159.GA8284@elte.hu> Date: Tue, 8 Feb 2011 15:35:32 -0800 Message-ID: Subject: Re: [PATCH] Remove CONFIG_PM altogether, enable power management all the time From: Tim Bird To: Ingo Molnar Cc: "Rafael J. Wysocki" , Linus Torvalds , Mark Brown , Len Brown , Alan Stern , linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Andrew Morton , Dmitry Torokhov , linux-embedded@vger.kernel.org, Thomas Gleixner Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1221 Lines: 25 On Tue, Feb 8, 2011 at 4:21 AM, Ingo Molnar wrote: > Rafael, could you do a defconfig-ish x86 build with and without CONFIG_PM, and post > the 'size vmlinux' comparison - so that we can see the size difference? We make some > things CONFIG_EXPERT configurable just to enable folks who *really* want to cut down > on kernel size to configure it out. I'm one of those people who *really* wants to cut down the kernel size. I've recently worked on a product where the kernel RAM budget is ~1M. > > Note that those usecases, even if they want a super-small kernel, might not care > about PM at all while they care about size: small boot kernels in ROMs, or simple > devices where CPU-idling implies deep low power mode, etc. > > So the vmlinux size comparisons would be needed really. If it's 5k nobody will care. I care about 5K. (But honestly, I don't actively hunt stuff less than 10K in size, because there's too many of them to chase, currently). -- Tim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/