[PATCH 08/15] x86, visws: Set_fixmap in find_smp_config

From: Yinghai Lu
Date: Sat Oct 23 2010 - 21:04:38 EST


Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/