]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/setup_32.c
x86: move boot_params declaring to setup.c
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / setup_32.c
index 90b51047ce63306fe36ac3c29eb89ac7c73b845b..3149f434d7d0aff90594ee76a51260913a3d5a95 100644 (file)
@@ -163,12 +163,6 @@ unsigned long saved_video_mode;
 
 static char __initdata command_line[COMMAND_LINE_SIZE];
 
-#ifndef CONFIG_DEBUG_BOOT_PARAMS
-struct boot_params __initdata boot_params;
-#else
-struct boot_params boot_params;
-#endif
-
 #if defined(CONFIG_EDD) || defined(CONFIG_EDD_MODULE)
 struct edd edd;
 #ifdef CONFIG_EDD_MODULE