From: Vladimir 'phcoder' Serbinenko Date: Tue, 12 Jan 2010 16:46:17 +0000 (+0100) Subject: Fix typo in relocator32.S X-Git-Tag: 1.99~629^2~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8468cbeccd5f544ca97517f2a12469ff401e52e9;p=thirdparty%2Fgrub.git Fix typo in relocator32.S --- diff --git a/lib/i386/relocator32.S b/lib/i386/relocator32.S index 23bf65302..4e0553c03 100644 --- a/lib/i386/relocator32.S +++ b/lib/i386/relocator32.S @@ -79,7 +79,7 @@ LOCAL(cont1): /* Turn off PAE. */ movl %cr4, %eax - andl $GRUB_MEMORY_CPU_CR4_PAE_ON, %eax + andl $(~GRUB_MEMORY_CPU_CR4_PAE_ON), %eax movl %eax, %cr4 jmp LOCAL(cont2)