x86: make __{save,restore}_processor_state static
authorJan Beulich <jbeulich@novell.com>
Wed, 30 Jan 2008 12:31:23 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:23 +0000 (13:31 +0100)
commitcae4595764cb3b08f6517e99bac1e3862854b1a1
tree7abb47b9e81fa4bcde3b6a0b98f87c5f88b5722a
parent3e7622f9d7807a0a826d042cafc211cd1a29448c
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>
arch/x86/kernel/suspend_64.c
arch/x86/power/cpu.c
include/asm-x86/suspend_64.h
include/linux/suspend.h