| To: | David Daney <ddaney@caviumnetworks.com> |
|---|---|
| Subject: | Re: [PATCH] MIPS: Make EARLY_PRINTK selectable for !EMBEDDED |
| From: | wu zhangjin <wuzhangjin@gmail.com> |
| Date: | Thu, 23 Sep 2010 22:24:44 +0800 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Whd5V5j5K1jkZvAcqpTMezZHYLc6Bhqb0h+2pTTQrSU=; b=Xal/IhmEjydwltkwAISqPh7LuUv/ooGzqYZAOxnLdDbg36wQLdWX8PnpsmwcsQ7C5p iVpsY/zLNRgEMmx3Ca9vDoiXT7ORpnjt5si6BqHzuy/qvz4WKrRgzK1fJPYayMM/1tdI 9YntIDtOi3/mZwRkhsu7BSD/4qJJDX1Jl30Fs= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rHbZRdxzPcuy3hlZqdSoHg1nDixNzWkDUX7FOm0WXWMpFipPUktUia3XiXrOhWzWE7 YVuDW1/3VjnnAo8nS6YwZ2Cy/5dfRV7DA/Vs3tv7MroLpS6m4U+fjFz93WMB2wNzHmHa TlUCF48HV8ixPwHmBq8mV8zhvIR3rPPRpaW04= |
| In-reply-to: | <4C9A327E.6030109@caviumnetworks.com> |
| References: | <1285135150-14772-1-git-send-email-wuzhangjin@gmail.com> <4C9A327E.6030109@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 9/23/10, David Daney <ddaney@caviumnetworks.com> wrote: > On 09/21/2010 10:59 PM, wuzhangjin@gmail.com wrote: >> From: Wu Zhangjin<wuzhangjin@gmail.com> >> >> When EMBEDDED is disabled, the EARLY_PRINTK option will be hiden and we >> have no way to disable it. >> >> For EARLY_PRINTK is not necessary for !EMBEDDED, we should make it >> selectable and only enable it by default for EMBEDDED. >> >> Signed-off-by: Wu Zhangjin<wuzhangjin@gmail.com> >> --- >> arch/mips/Kconfig.debug | 4 ++-- >> 1 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug >> index 43dc279..77eba81 100644 >> --- a/arch/mips/Kconfig.debug >> +++ b/arch/mips/Kconfig.debug >> @@ -7,9 +7,9 @@ config TRACE_IRQFLAGS_SUPPORT >> source "lib/Kconfig.debug" >> >> config EARLY_PRINTK >> - bool "Early printk" if EMBEDDED >> + bool "Early printk" >> depends on SYS_HAS_EARLY_PRINTK >> - default y >> + default y if EMBEDDED > > I hate to be a pedant, but how about if we don't make it depend on > EMBEDDED at all? I.E. just: 'default y' > > If the system has SYS_HAS_EARLY_PRINTK, the overhead of enabling > EARLY_PRINTK is low, although it may slow down booting. But it is > really not at all related to EMBEDDED. Yeah, we should remove this dependency eventually, will send a new revision later. Thanks & Regards, Wu Zhangjin > > David Daney > > >> help >> This option enables special console drivers which allow the kernel >> to print messages very early in the bootup process. > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v6 7/7] MIPS: define local_xchg from xchg_local to atomic_long_xchg, Deng-Cheng Zhu |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Make EARLY_PRINTK selectable for !EMBEDDED, wu zhangjin |
| Previous by Thread: | Re: [PATCH] MIPS: Make EARLY_PRINTK selectable for !EMBEDDED, Geert Uytterhoeven |
| Next by Thread: | Re: [PATCH] MIPS: Make EARLY_PRINTK selectable for !EMBEDDED, wu zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |