x86, asmlinkage, power: Make various symbols used by the suspend asm code visible
Signed-off-by: Andi Kleen <ak@linux.intel.com> Link: http://lkml.kernel.org/r/1375740170-7446-16-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:

committed by
H. Peter Anvin

parent
b6c035d04e
commit
d6efc2f724
@@ -25,10 +25,10 @@
|
||||
#include <asm/cpu.h>
|
||||
|
||||
#ifdef CONFIG_X86_32
|
||||
unsigned long saved_context_ebx;
|
||||
unsigned long saved_context_esp, saved_context_ebp;
|
||||
unsigned long saved_context_esi, saved_context_edi;
|
||||
unsigned long saved_context_eflags;
|
||||
__visible unsigned long saved_context_ebx;
|
||||
__visible unsigned long saved_context_esp, saved_context_ebp;
|
||||
__visible unsigned long saved_context_esi, saved_context_edi;
|
||||
__visible unsigned long saved_context_eflags;
|
||||
#endif
|
||||
struct saved_context saved_context;
|
||||
|
||||
|
Reference in New Issue
Block a user