Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88921
b: refs/heads/master
c: 3c311fe
h: refs/heads/master
i:
  88919: 6d8002a
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent a7e6533 commit 75150ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79a4a961ef92744dd8876963690a8beb56758457
refs/heads/master: 3c311febfa8cc240e2922931d7403a6bb7f3fa1b
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 75150ad

Please sign in to comment.