Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62306
b: refs/heads/master
c: 7113302
h: refs/heads/master
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Jul 22, 2007
1 parent 0f38397 commit bcacaaa
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: c4d198d5183ec7bbf8b53216cfc5ded7ebb0ec0c
refs/heads/master: 71133027febfabd501fde7583b30008224f4d799
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static inline void write_cr4(unsigned long val)
#define stts() write_cr0(8 | read_cr0())

#define wbinvd() \
__asm__ __volatile__ ("wbinvd": : :"memory");
__asm__ __volatile__ ("wbinvd": : :"memory")

#endif /* __KERNEL__ */

Expand Down

0 comments on commit bcacaaa

Please sign in to comment.