Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80227
b: refs/heads/master
c: 015c8dd
h: refs/heads/master
i:
  80225: 1e3f66a
  80223: 58fd5a0
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jan 30, 2008
1 parent 47633ee commit e979d35
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: 4891645e764d2e181b834509a689fcd12e890c10
refs/heads/master: 015c8dd0cb3b380cb4c3930968250c719d1dd303
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pte_t xen_make_pte(unsigned long pte)
if (pte & _PAGE_PRESENT)
pte = phys_to_machine(XPADDR(pte)).maddr;

pte &= ~_PAGE_PCD;
pte &= ~(_PAGE_PCD | _PAGE_PWT);

return (pte_t){ pte };
}
Expand Down

0 comments on commit e979d35

Please sign in to comment.