From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 77C20DDE1C for ; Wed, 29 Oct 2008 00:58:56 +1100 (EST) Message-Id: From: Kumar Gala To: =?ISO-8859-1?Q?Rog=E9rio_Brito?= In-Reply-To: <20081013040703.GA11059@ime.usp.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [PATCH] powerpc: compile kernel for linkstations optimized for size Date: Tue, 28 Oct 2008 08:58:42 -0500 References: <20081013040703.GA11059@ime.usp.br> Cc: linuxppc-dev@ozlabs.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 12, 2008, at 11:07 PM, Rog=E9rio Brito wrote: > From: Rog=E9rio Brito > > Since Linkstations and Kuroboxes often have *very* little memory (as > they are embedded systems), it is desirable to get their kernels > compiled optimized for size. > > Signed-off-by: Rog=E9rio Brito > > --- applied to merge. - k=