summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/cpuboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S
index 35ef2e92..0157ae1f 100644
--- a/i386/i386/cpuboot.S
+++ b/i386/i386/cpuboot.S
@@ -100,8 +100,8 @@ _apboot:
//if (!CPU_HAS_FEATURE(CPU_FEATURE_PAE))
mov cpu_features, %eax
test $(1<<CPU_FEATURE_PAE), %eax
- jz setpae
- jnz nopae
+ jnz setpae
+ jz nopae
setpae:
movl %cr4, %eax