Loading arch/x86/lguest/boot.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading arch/x86/lguest/i386_head.S +1 −1 Original line number Diff line number Diff line Loading @@ -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! * Loading Loading
arch/x86/lguest/boot.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
arch/x86/lguest/i386_head.S +1 −1 Original line number Diff line number Diff line Loading @@ -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! * Loading