commit | 3134d04b7790f7239b221f16c2d97db4d96ac3c0 | [log] [tgz] |
---|---|---|
author | Sergio Luis <sergio@larces.uece.br> | Tue Apr 28 00:27:05 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri Jun 12 21:32:30 2009 +0200 |
tree | 45cb28131345c0556098c8b77c552cb8a9de64e3 | |
parent | f9ebbe53e79c5978d0e8ead0843a3717b41ad3d5 [diff] |
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>