RE: 256 apic id for amd64

From: YhLu
Date: Fri Jan 07 2005 - 18:58:34 EST


arch/x86_64/kernel/setup.c

static void __init detect_ht(struct cpuinfo_x86 *c)

phys_proc_id[cpu] = phys_pkg_id(index_msb);

--->
Phy_proc_id[cpu] = cpu_to_node[cpu];
Or
// that is initial apicid
phys_proc_id[cpu] = c->x86_apicid >> hweight32(c->x86_num_cores -
1);

YH

-----Original Message-----
From: Andi Kleen [mailto:ak@xxxxxx]
Sent: Friday, January 07, 2005 2:18 PM
To: YhLu
Cc: Matt Domsch; linux-kernel@xxxxxxxxxxxxxxx; discuss@xxxxxxxxxx;
jamesclv@xxxxxxxxxx; suresh.b.siddha@xxxxxxxxx
Subject: Re: 256 apic id for amd64

On Fri, Jan 07, 2005 at 01:44:19PM -0800, YhLu wrote:
> Can you consider to use c->x86_apicid to get phy_proc_id, that is initial
> apicid.?

Where?

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