x86: clean up after: move entry_64.S register saving out of the macros
commitdcd072e26055de600cecdc3f7a1e083ecd55c2e4
authorAlexander van Heukelum <heukelum@mailshack.com>
Thu, 20 Nov 2008 13:40:11 +0000 (20 14:40 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 20 Nov 2008 18:05:21 +0000 (20 19:05 +0100)
treed1c8080930aefdbed577c462a92d9add7a16a478
parentd99015b1abbad743aa049b439c1e1dede6d0fa49
x86: clean up after: move entry_64.S register saving out of the macros

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