|
@@ -101,11 +101,7 @@
|
|
#include <asm/proto.h>
|
|
#include <asm/proto.h>
|
|
|
|
|
|
#include <mach_apic.h>
|
|
#include <mach_apic.h>
|
|
-#ifdef CONFIG_PARAVIRT
|
|
|
|
#include <asm/paravirt.h>
|
|
#include <asm/paravirt.h>
|
|
-#else
|
|
|
|
-#define ARCH_SETUP
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#include <asm/percpu.h>
|
|
#include <asm/percpu.h>
|
|
#include <asm/sections.h>
|
|
#include <asm/sections.h>
|
|
@@ -115,6 +111,10 @@
|
|
#include <asm/numa_64.h>
|
|
#include <asm/numa_64.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef ARCH_SETUP
|
|
|
|
+#define ARCH_SETUP
|
|
|
|
+#endif
|
|
|
|
+
|
|
#ifndef CONFIG_DEBUG_BOOT_PARAMS
|
|
#ifndef CONFIG_DEBUG_BOOT_PARAMS
|
|
struct boot_params __initdata boot_params;
|
|
struct boot_params __initdata boot_params;
|
|
#else
|
|
#else
|