From 75150ad590a2b6384ecf0bfb4ae1458cb9ece8fe Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:01:40 -0700 Subject: [PATCH] --- yaml --- r: 88921 b: refs/heads/master c: 3c311febfa8cc240e2922931d7403a6bb7f3fa1b h: refs/heads/master i: 88919: 6d8002a716d176abc1c381fe4e5ce40c775824ab v: v3 --- [refs] | 2 +- trunk/include/asm-x86/apic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)