summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mach-default
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-26 04:52:15 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-08 13:16:00 +0200
commit042623bbabae168246ad8a37693f0ecb6c450aea (patch)
tree23d2738e60abb8615b96e026c4c16604aa0e73d7 /include/asm-x86/mach-default
parentx86: limit E820 map when a user-defined memory map is specified (diff)
downloadlinux-042623bbabae168246ad8a37693f0ecb6c450aea.tar.xz
linux-042623bbabae168246ad8a37693f0ecb6c450aea.zip
x86: clean up ARCH_SETUP
asm-x86/paravirt.h already have protection with CONFIG_PARAVIRT inside Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-default')
-rw-r--r--include/asm-x86/mach-default/setup_arch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/mach-default/setup_arch.h b/include/asm-x86/mach-default/setup_arch.h
index 605e3ccb991b..38846208b548 100644
--- a/include/asm-x86/mach-default/setup_arch.h
+++ b/include/asm-x86/mach-default/setup_arch.h
@@ -1,7 +1,3 @@
/* Hook to call BIOS initialisation function */
/* no action for generic */
-
-#ifndef ARCH_SETUP
-#define ARCH_SETUP
-#endif