diff options
-rw-r--r-- | i386/i386at/boothdr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/boothdr.S b/i386/i386at/boothdr.S index 327d5c8e..f8c6b3c6 100644 --- a/i386/i386at/boothdr.S +++ b/i386/i386at/boothdr.S @@ -172,6 +172,6 @@ boot_percpu_low: boot_percpu_med: .byte 0 .byte ACC_PL_K | ACC_DATA_W | ACC_P - .byte ((SZ_32 | SZ_G) << 4) | 0xf + .byte ((SZ_32 | SZ_G) << 4) boot_percpu_high: .byte 0 |