diff --git a/[refs] b/[refs] index 0f32f99da04e..ec2632560b61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79a4a961ef92744dd8876963690a8beb56758457 +refs/heads/master: 3c311febfa8cc240e2922931d7403a6bb7f3fa1b diff --git a/trunk/include/asm-x86/apic.h b/trunk/include/asm-x86/apic.h index b11d6524fb13..be9639a9a186 100644 --- a/trunk/include/asm-x86/apic.h +++ b/trunk/include/asm-x86/apic.h @@ -67,7 +67,7 @@ static inline void native_apic_write(unsigned long reg, u32 v) static inline void native_apic_write_atomic(unsigned long reg, u32 v) { - (void) xchg((u32*)(APIC_BASE + reg), v); + (void)xchg((u32 *)(APIC_BASE + reg), v); } static inline u32 native_apic_read(unsigned long reg)