Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255291
b: refs/heads/master
c: 64be115
h: refs/heads/master
i:
  255289: 92c35d6
  255287: f26ce87
v: v3
  • Loading branch information
Adrian Knoth authored and Rusty Russell committed Jul 22, 2011
1 parent 3a36e62 commit afca919
Show file tree
Hide file tree
Showing 3 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: 9f54288def3f92b7805eb6d4b1ddcd73ecf6e889
refs/heads/master: 64be11583bac5ca65d017a5c4288f10b2bcf1928
2 changes: 1 addition & 1 deletion trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static void lguest_cpuid(unsigned int *ax, unsigned int *bx,
/*
* PAE systems can mark pages as non-executable. Linux calls this the
* NX bit. Intel calls it XD (eXecute Disable), AMD EVP (Enhanced
* Virus Protection). We just switch turn if off here, since we don't
* Virus Protection). We just switch it off here, since we don't
* support it.
*/
case 0x80000001:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/lguest/i386_head.S
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* assigned number), then it calls us here.
*
* WARNING: be very careful here! We're running at addresses equal to physical
* addesses (around 0), not above PAGE_OFFSET as most code expects
* addresses (around 0), not above PAGE_OFFSET as most code expects
* (eg. 0xC0000000). Jumps are relative, so they're OK, but we can't touch any
* data without remembering to subtract __PAGE_OFFSET!
*
Expand Down

0 comments on commit afca919

Please sign in to comment.