diff options
Diffstat (limited to 'include/asm-x86/mach-default')
-rw-r--r-- | include/asm-x86/mach-default/mach_apic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-x86/mach-default/mach_apic.h b/include/asm-x86/mach-default/mach_apic.h index e081bdccde2b..13900e8cc1ab 100644 --- a/include/asm-x86/mach-default/mach_apic.h +++ b/include/asm-x86/mach-default/mach_apic.h | |||
@@ -100,17 +100,6 @@ static inline physid_mask_t apicid_to_cpu_present(int phys_apicid) | |||
100 | return physid_mask_of_physid(phys_apicid); | 100 | return physid_mask_of_physid(phys_apicid); |
101 | } | 101 | } |
102 | 102 | ||
103 | static inline int mpc_apic_id(struct mpc_config_processor *m, | ||
104 | struct mpc_config_translation *translation_record) | ||
105 | { | ||
106 | printk("Processor #%d %u:%u APIC version %d\n", | ||
107 | m->mpc_apicid, | ||
108 | (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8, | ||
109 | (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4, | ||
110 | m->mpc_apicver); | ||
111 | return m->mpc_apicid; | ||
112 | } | ||
113 | |||
114 | static inline void setup_portio_remap(void) | 103 | static inline void setup_portio_remap(void) |
115 | { | 104 | { |
116 | } | 105 | } |