diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/x86/pae/pgtbl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/pae/pgtbl.c b/src/cpu/x86/pae/pgtbl.c index 756cc53f65..8297281ba3 100644 --- a/src/cpu/x86/pae/pgtbl.c +++ b/src/cpu/x86/pae/pgtbl.c @@ -13,6 +13,7 @@ static void paging_off(void) /* Disable pae */ "movl %%cr4, %%eax\n\t" "andl $0xFFFFFFDF, %%eax\n\t" + "movl %%eax, %%cr4\n\t" : : : "eax" |