Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753677AbYFCIgj (ORCPT ); Tue, 3 Jun 2008 04:36:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751358AbYFCIg3 (ORCPT ); Tue, 3 Jun 2008 04:36:29 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:60654 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbYFCIg2 (ORCPT ); Tue, 3 Jun 2008 04:36:28 -0400 Subject: Re: [PATCH] console - Add configurable support for console charset translation From: David Woodhouse To: Tim Bird Cc: linux-tiny , linux-embedded , linux kernel In-Reply-To: <48447615.5050806@am.sony.com> References: <48447615.5050806@am.sony.com> Content-Type: text/plain Date: Tue, 03 Jun 2008 09:36:22 +0100 Message-Id: <1212482182.16924.257.camel@pmac.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 (2.22.1-2.fc9) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 706 Lines: 18 On Mon, 2008-06-02 at 15:37 -0700, Tim Bird wrote: > With CONSOLE_TRANSLATIONS turned off, this saves about 6K > on my kernel configured for an ARM development board (OMAP > 5912 OSK). In embedded products I'm familiar with, > console translations are not needed. I'd have been more inclined to put the #ifdef and the empty functions into . Then you don't need to provide real stub functions -- they can be inlined at the caller. -- dwmw2 -- 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/