x86: clean up after: move entry_64.S register saving out of the macros
authorAlexander van Heukelum <heukelum@mailshack.com>
Thu, 20 Nov 2008 13:40:11 +0000 (14:40 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 20 Nov 2008 18:05:21 +0000 (19:05 +0100)
This add-on patch to x86: move entry_64.S register saving out
of the macros visually cleans up the appearance of the code by
introducing some basic helper macro's. It also adds some cfi
annotations which were missing.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_64.S

Simple merge