x86, numaq: consolidate code

Move all the NUMAQ subarch definitions into numaq.c. With this it
ceases to depend on build-time subarch features.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2009-01-28 18:47:24 +01:00
parent 328386d7ab
commit 5a44632f77
7 changed files with 167 additions and 193 deletions

View File

@ -5,7 +5,7 @@
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/nodemask.h>
#include <mach_apic.h>
#include <asm/genapic.h>
#include <asm/mpspec.h>
#include <asm/pci_x86.h>