> Hey no, it's cpu_gdt_table that must be aligned. That one does not
> matter, it's only used once for the lgdt instruction...
you are right, i misread the System.map - cpu_gdt_table is aligned
properly:
c02a39e0 D cpu_gdt_table
so it must be something else that prevents booting on those boxes. Does
the boot BIOS code perhaps assume a certain GDT layout? A certain size?
Does it overwrite certain GDT entries perhaps?
> Ingo, for the layout of the gdt also, the location of the TSS descriptor
> is irrelevant AFAICT. It's only used when doing the initial LTR, after
> that it's never referenced by the CPU.
yes. Fortunately this makes no difference, the LDT and the default DS/CS
are in a single cacheline still.
Ingo
-
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/