Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751256AbWHBFp0 (ORCPT ); Wed, 2 Aug 2006 01:45:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751262AbWHBFp0 (ORCPT ); Wed, 2 Aug 2006 01:45:26 -0400 Received: from ns2.suse.de ([195.135.220.15]:6808 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751256AbWHBFpZ (ORCPT ); Wed, 2 Aug 2006 01:45:25 -0400 From: Andi Kleen To: "Eric W. Biederman" Subject: Re: [PATCH 9/33] i386 boot: Add serial output support to the decompressor Date: Wed, 2 Aug 2006 07:44:40 +0200 User-Agent: KMail/1.9.3 Cc: linux-kernel@vger.kernel.org, Horms , Jan Kratochvil , "H. Peter Anvin" , Magnus Damm , Vivek Goyal , Linda Wang References: <200608020510.07569.ak@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608020744.40888.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 28 > The function pointers in the console structure are also a problem. > static struct console simnow_console = { > .name = "simnow", > .write = simnow_write, > .flags = CON_PRINTBUFFER, > .index = -1, > }; Yes just patch them at runtime. > Ideally the code would be setup so you can compile out consoles > the user finds uninteresting. Seems overkill for early_printk > It is annoying to have to call strlen on all of the strings > you want to print.. What strlen? -Andi - 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/