diff options
Diffstat (limited to 'include/asm-x86/mach-default/mach_apic.h')
-rw-r--r-- | include/asm-x86/mach-default/mach_apic.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/asm-x86/mach-default/mach_apic.h b/include/asm-x86/mach-default/mach_apic.h index 6db1c3babe9..e3c2c1012c1 100644 --- a/include/asm-x86/mach-default/mach_apic.h +++ b/include/asm-x86/mach-default/mach_apic.h | |||
@@ -89,15 +89,15 @@ static inline physid_mask_t apicid_to_cpu_present(int phys_apicid) | |||
89 | return physid_mask_of_physid(phys_apicid); | 89 | return physid_mask_of_physid(phys_apicid); |
90 | } | 90 | } |
91 | 91 | ||
92 | static inline int mpc_apic_id(struct mpc_config_processor *m, | 92 | static inline int mpc_apic_id(struct mpc_config_processor *m, |
93 | struct mpc_config_translation *translation_record) | 93 | struct mpc_config_translation *translation_record) |
94 | { | 94 | { |
95 | printk("Processor #%d %ld:%ld APIC version %d\n", | 95 | printk("Processor #%d %u:%u APIC version %d\n", |
96 | m->mpc_apicid, | 96 | m->mpc_apicid, |
97 | (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8, | 97 | (m->mpc_cpufeature & CPU_FAMILY_MASK) >> 8, |
98 | (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4, | 98 | (m->mpc_cpufeature & CPU_MODEL_MASK) >> 4, |
99 | m->mpc_apicver); | 99 | m->mpc_apicver); |
100 | return (m->mpc_apicid); | 100 | return m->mpc_apicid; |
101 | } | 101 | } |
102 | 102 | ||
103 | static inline void setup_portio_remap(void) | 103 | static inline void setup_portio_remap(void) |