x86: unify power/cpu_(32|64) regarding restoring processor state
authorSergio Luis <sergio@larces.uece.br>
Mon, 27 Apr 2009 22:27:05 +0000 (00:27 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 12 Jun 2009 19:32:30 +0000 (21:32 +0200)
commit3134d04b7790f7239b221f16c2d97db4d96ac3c0
tree45cb28131345c0556098c8b77c552cb8a9de64e3
parentf9ebbe53e79c5978d0e8ead0843a3717b41ad3d5
x86: unify power/cpu_(32|64) regarding restoring processor state

In this step we do unify cpu_32.c and cpu_64.c functions that
work on restoring the saved processor state. Also, we do
eliminate the forward declaration of fix_processor_context()
for X86_64, as it's not needed anymore.

Signed-off-by: Sergio Luis <sergio@larces.uece.br>
Signed-off-by: Lauro Salmito <laurosalmito@gmail.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/x86/power/cpu_32.c
arch/x86/power/cpu_64.c