Re: 256 apic id for amd64

From: Andi Kleen
Date: Fri Jan 07 2005 - 15:28:32 EST


On Fri, Jan 07, 2005 at 10:27:05AM -0800, YhLu wrote:
> Also in arch/x86_64/kernel/setup.c init_amd
>
>
> if (c->cpuid_level >= 0x80000008) {
>
> ---->
>
> n = cpuid_eax(0x80000000);
>
> if (n >= 0x80000008) {
>
> for c->cupid_level is get cupid_eax(0) and it always =1

This is already fixed in mainline.

-Andi
-
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/