projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a4a96
)
include/asm-x86/apic.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:01:40 +0000
(
01:01
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:21 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/apic.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/apic.h
b/include/asm-x86/apic.h
index b11d6524fb138ae92fb011d158b6bbf7a4c778ba..be9639a9a186244fef74318f901172415a7e9343 100644
(file)
--- a/
include/asm-x86/apic.h
+++ b/
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)