diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index ca45696f30fb..c228322ca180 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -143,11 +143,7 @@ int default_check_phys_apicid_present(int phys_apicid) | |||
143 | } | 143 | } |
144 | #endif | 144 | #endif |
145 | 145 | ||
146 | #ifndef CONFIG_DEBUG_BOOT_PARAMS | ||
147 | struct boot_params __initdata boot_params; | ||
148 | #else | ||
149 | struct boot_params boot_params; | 146 | struct boot_params boot_params; |
150 | #endif | ||
151 | 147 | ||
152 | /* | 148 | /* |
153 | * Machine setup.. | 149 | * Machine setup.. |