aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mach-bigsmp
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/mach-bigsmp')
-rw-r--r--include/asm-x86/mach-bigsmp/mach_apic.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-x86/mach-bigsmp/mach_apic.h b/include/asm-x86/mach-bigsmp/mach_apic.h
index 0d55b1f6d56b..8327907c79bf 100644
--- a/include/asm-x86/mach-bigsmp/mach_apic.h
+++ b/include/asm-x86/mach-bigsmp/mach_apic.h
@@ -106,17 +106,6 @@ static inline int cpu_to_logical_apicid(int cpu)
106 return cpu_physical_id(cpu); 106 return cpu_physical_id(cpu);
107} 107}
108 108
109static inline int mpc_apic_id(struct mpc_config_processor *m,
110 struct mpc_config_translation *translation_record)
111{
112 printk("Processor #%d %u:%u APIC version %d\n",
113 m->mpc_apicid,
114 (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8,
115 (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4,
116 m->mpc_apicver);
117 return m->mpc_apicid;
118}
119
120static inline physid_mask_t ioapic_phys_id_map(physid_mask_t phys_map) 109static inline physid_mask_t ioapic_phys_id_map(physid_mask_t phys_map)
121{ 110{
122 /* For clustered we don't have a good way to do this yet - hack */ 111 /* For clustered we don't have a good way to do this yet - hack */