Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79939
b: refs/heads/master
c: e34907a
h: refs/heads/master
i:
  79937: 2863943
  79935: 588f6aa
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Jan 30, 2008
1 parent 93d9c18 commit bc8d1d9
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: 929fd589135ed417663f1b75b8031c9cf6687700
refs/heads/master: e34907ae180f4fe6c28bb4516c679c2f81b0c9ed
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/system_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static inline void native_wbinvd(void)
asm volatile("wbinvd": : :"memory");
}

static inline void clflush(volatile void *__p)
static inline void clflush(void *__p)
{
asm volatile("clflush %0" : "+m" (*(char __force *)__p));
}
Expand Down

0 comments on commit bc8d1d9

Please sign in to comment.