Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80456
b: refs/heads/master
c: 5b01643
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent c23b133 commit 0712473
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: 0e3a95492989e452a33e5df9b51365da574b854d
refs/heads/master: 5b016432a768d94c707aee02a202c95d163f27c4
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static void flush_kernel_map(void *arg)
much cheaper than WBINVD. */
/* clflush is still broken. Disable for now. */
if (1 || !cpu_has_clflush) {
asm volatile("wbinvd" ::: "memory");
wbinvd();
} else {
list_for_each_entry(pg, l, lru) {
void *addr = page_address(pg);
Expand Down

0 comments on commit 0712473

Please sign in to comment.