x86: refactor ->check_phys_apicid_present() subarch methods
[deliverable/linux.git] / arch / x86 / include / asm / bigsmp / apic.h
index 2fa70032e3b444b112178b7a45e9a69cd0a5768d..5ba4118fcdf270b4251bd9101dfc901ee1dc2b22 100644 (file)
@@ -99,13 +99,13 @@ static inline void bigsmp_setup_portio_remap(void)
 {
 }
 
-static inline void enable_apic_mode(void)
+static inline int bigsmp_check_phys_apicid_present(int boot_cpu_physical_apicid)
 {
+       return 1;
 }
 
-static inline int check_phys_apicid_present(int boot_cpu_physical_apicid)
+static inline void enable_apic_mode(void)
 {
-       return (1);
 }
 
 /* As we are using single CPU as destination, pick only one CPU here */
This page took 0.038066 seconds and 5 git commands to generate.