From dd7000c376561e59e60ad69c4dc02b7b1c9cc5dd Mon Sep 17 00:00:00 2001 From: Chris McDermott Date: Thu, 24 Jul 2008 19:06:09 -0700 Subject: [PATCH] --- yaml --- r: 106310 b: refs/heads/master c: 1ca9fda4b2f3413e4bc748b983f5585629ca0560 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/mach-summit/mach_apic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4c47810c3250..fa8087ab4a98 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 071375bc76ee86e58592f4682030c81d410ddfd9 +refs/heads/master: 1ca9fda4b2f3413e4bc748b983f5585629ca0560 diff --git a/trunk/include/asm-x86/mach-summit/mach_apic.h b/trunk/include/asm-x86/mach-summit/mach_apic.h index 75d2c95005d7..c47e2ab5c5ca 100644 --- a/trunk/include/asm-x86/mach-summit/mach_apic.h +++ b/trunk/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)