added some suse-specific patches to the kernel.
[linux-flexiantxendom0-3.2.10.git] / arch / ia64 / sn / kernel / machvec.c
index 72a81f6..e9f7071 100644 (file)
 #include <linux/config.h>
 
 #ifdef CONFIG_IA64_SGI_SN1
-#define MACHVEC_PLATFORM_NAME          sn1
-#define MACHVEC_PLATFORM_HEADER                <asm/machvec_sn1.h>
+#define MACHVEC_PLATFORM_NAME  sn1
 #else CONFIG_IA64_SGI_SN1
-#define MACHVEC_PLATFORM_NAME          sn2
-#define MACHVEC_PLATFORM_HEADER                <asm/machvec_sn2.h>
+#define MACHVEC_PLATFORM_NAME  sn2
 #else
 #error "unknown platform"
 #endif