Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82860
b: refs/heads/master
c: 84fb144
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Feb 4, 2008
1 parent 8b1e95c commit 626c9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2b06ac867176d5d24757bda7e13f6255d6b96d7b
refs/heads/master: 84fb144b928744cea8eb39bb4fbc794fcb749175
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ static inline void native_wbinvd(void)

#endif /* __KERNEL__ */

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

#define nop() __asm__ __volatile__ ("nop")
Expand Down

0 comments on commit 626c9de

Please sign in to comment.