summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/cpuboot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index f074654f..d50d2dc5 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -132,7 +132,7 @@ nopae:
movl $CR0_CD, %edx
orl $CR0_NW, %edx
not %edx
- mov %edx, %eax
+ andl %edx, %eax
movl %eax, %cr0