summaryrefslogtreecommitdiff
path: root/include/asm-x86/setup_64.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-23 20:37:24 (GMT)
committerThomas Gleixner <tglx@linutronix.de>2007-10-23 20:37:24 (GMT)
commitef685298b4b3dead1efa1d47cd27ced0f2673254 (patch)
treebbe06b1ee9ce677b0062313bc8130a432589b70c /include/asm-x86/setup_64.h
parent33185c504f8e521b398536b5a8d415779a24593c (diff)
downloadlinux-ef685298b4b3dead1efa1d47cd27ced0f2673254.tar.xz
x86: merge setup_32/64.h
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/setup_64.h')
-rw-r--r--include/asm-x86/setup_64.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-x86/setup_64.h b/include/asm-x86/setup_64.h
deleted file mode 100644
index a04aadc..0000000
--- a/include/asm-x86/setup_64.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _x8664_SETUP_H
-#define _x8664_SETUP_H
-
-#define COMMAND_LINE_SIZE 2048
-
-#ifdef __KERNEL__
-
-#ifndef __ASSEMBLY__
-#include <asm/bootparam.h>
-
-/*
- * This is set up by the setup-routine at boot-time
- */
-extern struct boot_params boot_params;
-
-#endif /* not __ASSEMBLY__ */
-#endif /* __KERNEL__ */
-
-#endif