x86: let setup_arch call init_apic_mappings for 32bit
[h-e-n] / include / asm-x86 / apic.h
index 9fe941c..6ae6ae6 100644 (file)
@@ -135,6 +135,7 @@ extern int apic_is_clustered_box(void);
 #else /* !CONFIG_X86_LOCAL_APIC */
 static inline void lapic_shutdown(void) { }
 #define local_apic_timer_c2_ok         1
+static inline void init_apic_mappings(void) { }
 
 #endif /* !CONFIG_X86_LOCAL_APIC */