question on i386 very early memory detection cleanup patch

From: Jan Beulich
Date: Wed Sep 01 2004 - 07:17:53 EST


Is there a particular reason why this patch changes the alignment of
cpu_gdt_table to be page rather than cache line aligned? This is
particulary strange to me because the alignment is guaranteed only for
the boot processor, but not for any of the APs; for the latter ones
there isn't even a string guarantee that the table would be cache line
aligned (which it really should be); the weak guarantee only is through
an appearant assumption of GDT_ENTRIES being a sufficiently large power
of two.

Thanks, Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/