diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-26 16:30:19 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 16:30:19 +0200 |
commit | 10d3285d0b3af641ee446f0be8f0a7f40cb515b6 (patch) | |
tree | 836ad323a1eae8a4bdd5ab5f5e4271efeb85cf8c /include/asm-x86/mach-summit | |
parent | 6dec3a10a7a6093af10cef7ac56021150afd6451 (diff) | |
parent | 3a61ec387c9092dfc91a5959145d36835a72fc4c (diff) |
Merge branch 'x86/urgent' into x86/core
Conflicts:
include/asm-x86/gpio.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-summit')
-rw-r--r-- | include/asm-x86/mach-summit/mach_apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/mach-summit/mach_apic.h b/include/asm-x86/mach-summit/mach_apic.h index ef77af36cc9..7a66758d701 100644 --- a/include/asm-x86/mach-summit/mach_apic.h +++ b/include/asm-x86/mach-summit/mach_apic.h @@ -122,7 +122,7 @@ static inline physid_mask_t ioapic_phys_id_map(physid_mask_t phys_id_map) static inline physid_mask_t apicid_to_cpu_present(int apicid) { - return physid_mask_of_physid(0); + return physid_mask_of_physid(apicid); } static inline void setup_portio_remap(void) |