Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99536
b: refs/heads/master
c: 2956a35
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Thomas Gleixner committed May 27, 2008
1 parent 6e15d1b commit c94cd21
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 349c709f42453707f74bece0d9d35ee5b3842893
refs/heads/master: 2956a3511c8c5dccb1d4739ead17c7c3c23a24b7
6 changes: 4 additions & 2 deletions trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,10 @@ static unsigned long xen_read_cr2_direct(void)

static void xen_write_cr4(unsigned long cr4)
{
/* Just ignore cr4 changes; Xen doesn't allow us to do
anything anyway. */
cr4 &= ~X86_CR4_PGE;
cr4 &= ~X86_CR4_PSE;

native_write_cr4(cr4);
}

static unsigned long xen_read_cr3(void)
Expand Down

0 comments on commit c94cd21

Please sign in to comment.