Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65025
b: refs/heads/master
c: 389a3c0
h: refs/heads/master
i:
  65023: d28d8c3
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed Sep 19, 2007
1 parent aab2cce commit a716163
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: 248bdd5efca5a113cbf443a993c69e53d370236b
refs/heads/master: 389a3c02496dd1b399bb0efd005e9fa2be24e9ee
4 changes: 2 additions & 2 deletions trunk/arch/i386/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ static unsigned long xen_read_cr2_direct(void)

static void xen_write_cr4(unsigned long cr4)
{
/* never allow TSC to be disabled */
native_write_cr4(cr4 & ~X86_CR4_TSD);
/* Just ignore cr4 changes; Xen doesn't allow us to do
anything anyway. */
}

static unsigned long xen_read_cr3(void)
Expand Down

0 comments on commit a716163

Please sign in to comment.