diff options
| -rw-r--r-- | arch/x86/kernel/acpi/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index fa2161d5003b..81e5ab6542d8 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c | |||
| @@ -20,7 +20,7 @@ unsigned long acpi_realmode_flags; | |||
| 20 | /* address in low memory of the wakeup routine. */ | 20 | /* address in low memory of the wakeup routine. */ |
| 21 | static unsigned long acpi_realmode; | 21 | static unsigned long acpi_realmode; |
| 22 | 22 | ||
| 23 | #ifdef CONFIG_64BIT | 23 | #if defined(CONFIG_SMP) && defined(CONFIG_64BIT) |
| 24 | static char temp_stack[10240]; | 24 | static char temp_stack[10240]; |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
