[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <86802c440705211705t295ba3efqa4ea6eb94cc509a0@mail.gmail.com>
Date: Mon, 21 May 2007 17:05:57 -0700
From: "Yinghai Lu" <yhlu.kernel@...il.com>
To: "Bjorn Helgaas" <bjorn.helgaas@...com>
Cc: "Andrew Morton" <akpm@...ux-foundation.org>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
"Gerd Hoffmann" <kraxel@...hat.com>, "Andi Kleen" <ak@...e.de>,
"Linus Torvalds" <torvalds@...ux-foundation.org>,
"linux kernel mailing list" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH]serial: make early_uart to use early_param instead of console_initcall
On 5/21/07, Bjorn Helgaas <bjorn.helgaas@...com> wrote:
>
> I don't want to add asm-ia64/fixmap.h with dummy definitions
> just for this.
>
> Can we add this:
>
> asm-ia64/io.h: #define bt_ioremap ioremap
> asm-x86_64/io.h: #define bt_ioremap early_ioremap
>
> and use bt_ioremap instead?
>
I can not use early_ioremap in x86_64. it is need to place after
init_memory_mapping in setup_arch. and parse_early_param is before
that.
YH
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists