diff options
Diffstat (limited to 'include/asm-x86/mach-summit/mach_apic.h')
-rw-r--r-- | include/asm-x86/mach-summit/mach_apic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-x86/mach-summit/mach_apic.h b/include/asm-x86/mach-summit/mach_apic.h index 91d7641cddc9..1f76c2e70232 100644 --- a/include/asm-x86/mach-summit/mach_apic.h +++ b/include/asm-x86/mach-summit/mach_apic.h | |||
@@ -125,17 +125,6 @@ static inline physid_mask_t apicid_to_cpu_present(int apicid) | |||
125 | return physid_mask_of_physid(0); | 125 | return physid_mask_of_physid(0); |
126 | } | 126 | } |
127 | 127 | ||
128 | static inline int mpc_apic_id(struct mpc_config_processor *m, | ||
129 | struct mpc_config_translation *translation_record) | ||
130 | { | ||
131 | printk("Processor #%d %u:%u APIC version %d\n", | ||
132 | m->mpc_apicid, | ||
133 | (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8, | ||
134 | (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4, | ||
135 | m->mpc_apicver); | ||
136 | return m->mpc_apicid; | ||
137 | } | ||
138 | |||
139 | static inline void setup_portio_remap(void) | 128 | static inline void setup_portio_remap(void) |
140 | { | 129 | { |
141 | } | 130 | } |