[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1010241157060.2466@localhost6.localdomain6>
Date: Sun, 24 Oct 2010 11:58:14 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Yinghai Lu <yinghai@...nel.org>
cc: Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Len Brown <lenb@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/15] x86, visws: Set_fixmap in find_smp_config
On Sat, 23 Oct 2010, Yinghai Lu wrote:
-ENOREASON.
Also visws does it set already in cobalt_init(). So this is redundant
crap.
> Signed-off-by: Yinghai Lu <yinghai@...nel.org>
> ---
> arch/x86/kernel/visws_quirks.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c
> index 3371bd0..a70bc71 100644
> --- a/arch/x86/kernel/visws_quirks.c
> +++ b/arch/x86/kernel/visws_quirks.c
> @@ -211,6 +211,7 @@ static void __init visws_find_smp_config(void)
> MP_processor_info(mp++);
>
> mp_lapic_addr = APIC_DEFAULT_PHYS_BASE;
> + set_fixmap(FIX_APIC_BASE, APIC_DEFAULT_PHYS_BASE);
> }
>
> static void visws_trap_init(void);
> --
> 1.7.1
>
--
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