[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignments

Since this is shared code I had to implement it for i386 too

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andi Kleen
2005-09-12 18:49:24 +02:00
committed by Linus Torvalds
parent 413588c7cb
commit 69e1a33f62
9 changed files with 44 additions and 9 deletions

3
include/asm-i386/numa.h Normal file
View File

@@ -0,0 +1,3 @@
int pxm_to_nid(int pxm);