From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 19 Dec 2014 23:49:12 +0100 (CET) Received: from smtprelay0232.hostedemail.com ([216.40.44.232]:59223 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27009171AbaLSWtKOnzrH (ORCPT ); Fri, 19 Dec 2014 23:49:10 +0100 Received: from filter.hostedemail.com (unknown [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 7E8FA352130; Fri, 19 Dec 2014 22:49:08 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: rail00_327c312fb645a X-Filterd-Recvd-Size: 1686 Received: from joe-X200MA.home (pool-71-103-235-196.lsanca.fios.verizon.net [71.103.235.196]) (Authenticated sender: joe@perches.com) by omf12.hostedemail.com (Postfix) with ESMTPA; Fri, 19 Dec 2014 22:49:06 +0000 (UTC) Message-ID: <1419029345.25129.16.camel@perches.com> Subject: Re: rfc: remove early_printk from a few arches? (blackfin, m68k, mips) From: Joe Perches 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 Date: Fri, 19 Dec 2014 14:49:05 -0800 In-Reply-To: References: <1418849927.28384.1.camel@perches.com> <1418951658.28384.20.camel@perches.com> <1418954914.25129.1.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 44849 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: joe@perches.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Fri, 2014-12-19 at 10:33 +0000, Måns Rullgård wrote: > Joe Perches writes: > > The kernel/printk/early_printk() function seems > > used only by arm/microblaze/tile/x86. > > 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