diff options
author | Vivek Goyal <vgoyal@in.ibm.com> | 2007-05-02 13:27:07 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:07 -0400 |
commit | 7db681d7e4038ad205b5face5cf7f7815633e1b5 (patch) | |
tree | 7f9c521385ec79193226cd5e4f146c47196cdc3e /include/asm-x86_64/suspend.h | |
parent | 7c17e70613d2c70f9d5d0b5d37126fd5e8e9b728 (diff) |
[PATCH] x86-64: wakeup.S rename registers to reflect right names
o Use appropriate names for 64bit regsiters.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64/suspend.h')
-rw-r--r-- | include/asm-x86_64/suspend.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-x86_64/suspend.h b/include/asm-x86_64/suspend.h index a42306c220d6..9c3f8de90d2d 100644 --- a/include/asm-x86_64/suspend.h +++ b/include/asm-x86_64/suspend.h | |||
@@ -45,12 +45,12 @@ extern unsigned long saved_context_eflags; | |||
45 | extern void fix_processor_context(void); | 45 | extern void fix_processor_context(void); |
46 | 46 | ||
47 | #ifdef CONFIG_ACPI_SLEEP | 47 | #ifdef CONFIG_ACPI_SLEEP |
48 | extern unsigned long saved_eip; | 48 | extern unsigned long saved_rip; |
49 | extern unsigned long saved_esp; | 49 | extern unsigned long saved_rsp; |
50 | extern unsigned long saved_ebp; | 50 | extern unsigned long saved_rbp; |
51 | extern unsigned long saved_ebx; | 51 | extern unsigned long saved_rbx; |
52 | extern unsigned long saved_esi; | 52 | extern unsigned long saved_rsi; |
53 | extern unsigned long saved_edi; | 53 | extern unsigned long saved_rdi; |
54 | 54 | ||
55 | /* routines for saving/restoring kernel state */ | 55 | /* routines for saving/restoring kernel state */ |
56 | extern int acpi_save_state_mem(void); | 56 | extern int acpi_save_state_mem(void); |