Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145242
b: refs/heads/master
c: 0b82753
h: refs/heads/master
v: v3
  • Loading branch information
venkatesh.pallipadi@intel.com authored and H. Peter Anvin committed May 22, 2009
1 parent 7257d2a commit 11339ff
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: 0c752a93353d9b17dbe148312d732fbe06d235e1
refs/heads/master: 0b827537e339c084ac9384df588969d400be9e0d
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void __cpa_flush_all(void *arg)
*/
__flush_tlb_all();

if (cache && boot_cpu_data.x86_model >= 4)
if (cache && boot_cpu_data.x86 >= 4)
wbinvd();
}

Expand Down Expand Up @@ -218,7 +218,7 @@ static void cpa_flush_array(unsigned long *start, int numpages, int cache,

/* 4M threshold */
if (numpages >= 1024) {
if (boot_cpu_data.x86_model >= 4)
if (boot_cpu_data.x86 >= 4)
wbinvd();
return;
}
Expand Down

0 comments on commit 11339ff

Please sign in to comment.