Prev: [PATCH 09/10] x86, apic: set fixmap only one time
Next: [PATCH 00/10] x86: clean up using smp_register_lapic_address()
From: Yinghai Lu on 6 Aug 2010 22:20 Signed-off-by: Yinghai Lu <yinghai(a)kernel.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 e680ea5..f8259cd 100644 --- a/arch/x86/kernel/visws_quirks.c +++ b/arch/x86/kernel/visws_quirks.c @@ -214,6 +214,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.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |