Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99389
b: refs/heads/master
c: 4e09e21
h: refs/heads/master
i:
  99387: e4997b4
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Thomas Gleixner committed May 27, 2008
1 parent 3749a8a commit 46da7f4
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: 1a20d3ecf5c2a6435df2b756435b1eb1c657d45b
refs/heads/master: 4e09e21ccb0dfe7ee8d5641192e0072e83bd916b
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static inline void native_wbinvd(void)

#endif/* CONFIG_PARAVIRT */

#define stts() write_cr0(8 | read_cr0())
#define stts() write_cr0(read_cr0() | X86_CR0_TS)

#endif /* __KERNEL__ */

Expand Down

0 comments on commit 46da7f4

Please sign in to comment.