aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/suspend_64.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2008-01-30 07:31:23 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:31:23 -0500
commitcae4595764cb3b08f6517e99bac1e3862854b1a1 (patch)
tree7abb47b9e81fa4bcde3b6a0b98f87c5f88b5722a /include/asm-x86/suspend_64.h
parent3e7622f9d7807a0a826d042cafc211cd1a29448c (diff)
x86: make __{save,restore}_processor_state static
.. allowing to remove their declarations from a global include file (the symbols don't exist for anything but x86). Likewise for 64-bits' fix_processor_context(), just that that one was properly declared in an arch-specific header. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/suspend_64.h')
-rw-r--r--include/asm-x86/suspend_64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/suspend_64.h b/include/asm-x86/suspend_64.h
index 4404668f9aa4..2eb92cb81a0d 100644
--- a/include/asm-x86/suspend_64.h
+++ b/include/asm-x86/suspend_64.h
@@ -45,8 +45,6 @@ struct saved_context {
45#define loaddebug(thread,register) \ 45#define loaddebug(thread,register) \
46 set_debugreg((thread)->debugreg##register, register) 46 set_debugreg((thread)->debugreg##register, register)
47 47
48extern void fix_processor_context(void);
49
50/* routines for saving/restoring kernel state */ 48/* routines for saving/restoring kernel state */
51extern int acpi_save_state_mem(void); 49extern int acpi_save_state_mem(void);
52extern char core_restore_code; 50extern char core_restore_code;