diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-17 22:08:36 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:07 +0200 |
commit | 4655c7deca112bea86ca00f616f19c3717f687aa (patch) | |
tree | c0913d7eebb5ade8523f6c74490a088cac8098ec /include/asm-x86/mach-default | |
parent | 555b07646d5bd0bcd4825e83580d5f6bb34259ea (diff) | |
download | kernel-crypto-4655c7deca112bea86ca00f616f19c3717f687aa.tar.gz kernel-crypto-4655c7deca112bea86ca00f616f19c3717f687aa.tar.xz kernel-crypto-4655c7deca112bea86ca00f616f19c3717f687aa.zip |
x86: remove mpc_apic_id()
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 e081bdccde2..13900e8cc1a 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) return physid_mask_of_physid(phys_apicid); } -static inline int mpc_apic_id(struct mpc_config_processor *m, - struct mpc_config_translation *translation_record) -{ - printk("Processor #%d %u:%u APIC version %d\n", - m->mpc_apicid, - (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8, - (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4, - m->mpc_apicver); - return m->mpc_apicid; -} - static inline void setup_portio_remap(void) { } |