From: Yinghai Lu <Yinghai.Lu@Sun.COM>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Andi Kleen <ak@suse.de>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 4/5] serial: convert early_uart to earlycon for 8250
Date: Thu, 31 May 2007 17:11:07 -0700 [thread overview]
Message-ID: <465F641B.1070403@sun.com> (raw)
In-Reply-To: <20070531165428.c6cdc042.akpm@linux-foundation.org>
Andrew Morton wrote:
> On Thu, 31 May 2007 14:01:33 -0700
> Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:
>
>> Andrew,
>>
>> Please don't drop others if there is problem with this one.
>>
>> YH
>>
>> [PATCH 4/5] serial: convert early_uart to earlycon for 8250
>>
>> +config FIX_EARLYCON_MEM
>> + bool
>> + depends on X86
>> + default y
>> +
>
> It might have been nicer to do this in arch/i386/Kconfig and
> arch/x86_64/Kconfig. That way we don't end up with a great string of arch
> selectors in non-arch Kconfig files (do "grep SPARC */Kconfig*")
>
> otoh, doing that means that FIX_EARLYCON_MEM doesn't get mentioned in
> drivers/serial/Kconfig and you need to go on a great hunting expedition to
> find out who sets it.
>
we could extend that to others arch that is support fixmap like
./asm-i386/fixmap.h
./asm-mips/fixmap.h
./asm-parisc/fixmap.h
./asm-sh/fixmap.h
./asm-sparc/fixmap.h
./asm-um/fixmap.h
./asm-x86_64/fixmap.h
so it will be
>> +config FIX_EARLYCON_MEM
>> + bool
>> + depends on X86 || MIPS || PARISC || SH || SPARC || UM
>> + default y
>> +
You you can provide another config like
CONFIG_FIXMAP
YH
next prev parent reply other threads:[~2007-06-01 0:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-31 21:01 [PATCH 4/5] serial: convert early_uart to earlycon for 8250 Yinghai Lu
2007-05-31 23:54 ` Andrew Morton
2007-06-01 0:11 ` Yinghai Lu [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-05-30 1:43 Yinghai Lu
2007-05-30 18:57 ` Andrew Morton
2007-05-30 19:58 ` Yinghai Lu
2007-05-30 20:18 ` Andrew Morton
2007-05-30 20:58 ` Yinghai Lu
2007-05-30 21:48 ` Andrew Morton
2007-05-31 3:13 ` Andrew Morton
2007-05-31 4:34 ` Yinghai Lu
2007-05-31 4:36 ` Yinghai Lu
2007-05-31 4:48 ` Andrew Morton
2007-05-31 15:17 ` Bjorn Helgaas
2007-05-31 16:32 ` Yinghai Lu
2007-05-31 16:45 ` Bjorn Helgaas
2007-05-31 18:49 ` Yinghai Lu
2007-05-31 4:39 ` Andrew Morton
2007-05-31 4:42 ` Yinghai Lu
2007-05-31 4:51 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=465F641B.1070403@sun.com \
--to=yinghai.lu@sun.com \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.