Commit 944da977 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] CONFIG_ACPI_SLEEP compile fix

From: mikpe@csd.uu.se

When I grepped for these variables I failed to notice the references in
acpi/wakeup.S.  This patch fixes this.
parent a232f26e
......@@ -7,6 +7,12 @@
#include <asm/page.h>
.data
.align 4
.globl saved_context_eax, saved_context_ebx
.globl saved_context_ecx, saved_context_edx
.globl saved_context_esp, saved_context_ebp
.globl saved_context_esi, saved_context_edi
.globl saved_context_eflags
saved_context_eax:
.long 0
saved_context_ebx:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment