Commit 5d6df147 authored by Ingo Molnar's avatar Ingo Molnar

[PATCH] Re: Boot failure in 2.5.31 BK with new TLS patch

oh, setup.S. nasty indeed, bogus GDT limit.
parent 283522ac
......@@ -1029,8 +1029,7 @@ idt_48:
.word 0 # idt limit = 0
.word 0, 0 # idt base = 0L
gdt_48:
.word 0x8000 # gdt limit=2048,
# 256 GDT entries
.word GDT_ENTRY_KERNEL_CS*8 + 16 - 1 # gdt limit
.word 0, 0 # gdt base (filled in later)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment