Messages in this thread Patch in this message |  | | Date | Sat, 17 Aug 2002 20:53:18 +0200 (CEST) | From | Ingo Molnar <> | Subject | Re: Boot failure in 2.5.31 BK with new TLS patch |
| |
oh, setup.S. nasty indeed. (yet) untested patch attached, booting into the new kernel shortly.
Ingo
--- linux/arch/i386/boot/setup.S.orig2 Sat Aug 17 20:53:41 2002 +++ linux/arch/i386/boot/setup.S Sat Aug 17 20:54:40 2002 @@ -1029,8 +1029,7 @@ .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) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |