diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-09-24 15:42:20 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-09-24 15:42:20 +0200 |
commit | b8013e59b9f83f254b39469cd0cf2ec6b53c0338 (patch) | |
tree | bbe999024a8d6faa473582ed8305d49c87d44ba9 /i386/i386at | |
parent | 17ca5689edbf723e4f7d410bfcc39cc869c3ed28 (diff) | |
download | gnumach-b8013e59b9f83f254b39469cd0cf2ec6b53c0338.tar.gz gnumach-b8013e59b9f83f254b39469cd0cf2ec6b53c0338.tar.bz2 gnumach-b8013e59b9f83f254b39469cd0cf2ec6b53c0338.zip |
boothdr: Drop spurious limit field
Diffstat (limited to 'i386/i386at')
-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 |