Re: [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node

2007-07-22 Thread Andi Kleen
> you will need to force every BIOS to have correct SRAT table. They are normally correct. I'm not aware of wrong SRAT tables in production systems. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info a

Re: [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node

2007-07-22 Thread Yinghai Lu
On 7/22/07, Andi Kleen <[EMAIL PROTECTED]> wrote: On Sunday 22 July 2007 02:49:41 Yinghai Lu wrote: > [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node > > When acpi=off or there is no SRAT defined, apicid_to_node is got from K8 > Northbridge PCI configuration space

Re: [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node

2007-07-22 Thread Andi Kleen
On Sunday 22 July 2007 02:49:41 Yinghai Lu wrote: > [PATCH 3/3] x86_64: offset apicid_to_node before use it before > init_cpu_to_node > > When acpi=off or there is no SRAT defined, apicid_to_node is got from K8 > Northbridge PCI configuration space in k8_scan_nodes() in > arch/x86_64/mm/k8toplogy

Re: [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node

2007-07-22 Thread Yinghai Lu
On 7/22/07, David Rientjes <[EMAIL PROTECTED]> wrote: On Sat, 21 Jul 2007, Yinghai Lu wrote: > [PATCH 3/3] x86_64: offset apicid_to_node before use it before > init_cpu_to_node > Does this preserve the correct fake apicid_to_node mapping for the emulated case such as numa=fake=32? +void __ini

Re: [PATCH 3/3] x86_64: offset apicid_to_node before use it before init_cpu_to_node

2007-07-22 Thread David Rientjes
On Sat, 21 Jul 2007, Yinghai Lu wrote: > [PATCH 3/3] x86_64: offset apicid_to_node before use it before > init_cpu_to_node > Does this preserve the correct fake apicid_to_node mapping for the emulated case such as numa=fake=32? - To unsubscribe from this list: send the line "unsubscribe linux-k