From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: rfc: remove early_printk from a few arches? (blackfin, m68k, mips) Date: Fri, 19 Dec 2014 14:49:05 -0800 Message-ID: <1419029345.25129.16.camel@perches.com> References: <1418849927.28384.1.camel@perches.com> <1418951658.28384.20.camel@perches.com> <1418954914.25129.1.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: =?ISO-8859-1?Q?M=E5ns_Rullg=E5rd?= Cc: Thomas Gleixner , linux-arch , LKML , Geert Uytterhoeven , linux-m68k , Steven Miao , Ralf Baechle , linux-mips On Fri, 2014-12-19 at 10:33 +0000, M=E5ns Rullg=E5rd wrote: > Joe Perches writes: > > The kernel/printk/early_printk() function seems > > used only by arm/microblaze/tile/x86. >=20 > Rather than introduce more config complexity, you could try to remove > the 7 remaining uses of early_printk(). That's the general idea actually. Dunno if that's possible at one go though. cheers, Joe