]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix typo in relocator32.S
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 12 Jan 2010 16:46:17 +0000 (17:46 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 12 Jan 2010 16:46:17 +0000 (17:46 +0100)
lib/i386/relocator32.S

index 23bf6530206eddfaa8968e35574baeba3e59b195..4e0553c0325e7e6e7ffc618ae6a4c31c83e78383 100644 (file)
@@ -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)