X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Facpi%2Fwakeup_64.S;h=d5d8a352eafaa1b0bf77bd61a1f4edf444d9b23b;hb=02c587733c8161355a43e6e110c2e29bd0acff72;hp=56b6865afb2ac68cadf7798209c875576cf6f90b;hpb=3ab6608e66b16159c3a3c2d7015b9c11cd3396c1;p=linux-2.6-microblaze.git diff --git a/arch/x86/kernel/acpi/wakeup_64.S b/arch/x86/kernel/acpi/wakeup_64.S index 56b6865afb2a..d5d8a352eafa 100644 --- a/arch/x86/kernel/acpi/wakeup_64.S +++ b/arch/x86/kernel/acpi/wakeup_64.S @@ -115,7 +115,7 @@ SYM_FUNC_START(do_suspend_lowlevel) movq pt_regs_r14(%rax), %r14 movq pt_regs_r15(%rax), %r15 -#if defined(CONFIG_KASAN) && CONFIG_KASAN_STACK +#if defined(CONFIG_KASAN) && defined(CONFIG_KASAN_STACK) /* * The suspend path may have poisoned some areas deeper in the stack, * which we now need to unpoison.