|
@@ -38,6 +38,7 @@
|
|
#include <asm/timex.h>
|
|
#include <asm/timex.h>
|
|
#include <asm/apic.h>
|
|
#include <asm/apic.h>
|
|
|
|
|
|
|
|
+int apic_mapped;
|
|
int apic_verbosity;
|
|
int apic_verbosity;
|
|
int apic_runs_main_timer;
|
|
int apic_runs_main_timer;
|
|
int apic_calibrate_pmtmr __initdata;
|
|
int apic_calibrate_pmtmr __initdata;
|
|
@@ -600,6 +601,7 @@ void __init init_apic_mappings(void)
|
|
apic_phys = mp_lapic_addr;
|
|
apic_phys = mp_lapic_addr;
|
|
|
|
|
|
set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
|
|
set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
|
|
|
|
+ apic_mapped = 1;
|
|
apic_printk(APIC_VERBOSE,"mapped APIC to %16lx (%16lx)\n", APIC_BASE, apic_phys);
|
|
apic_printk(APIC_VERBOSE,"mapped APIC to %16lx (%16lx)\n", APIC_BASE, apic_phys);
|
|
|
|
|
|
/*
|
|
/*
|