]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/entry/entry_64.S
x86: entry_64.S: split out some macro's and move common code to paranoid_exit
authorAlexander van Heukelum <heukelum@mailshack.com>
Fri, 21 Nov 2008 15:44:28 +0000 (16:44 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 21 Nov 2008 18:02:56 +0000 (19:02 +0100)
commitb8b1d08bf6fe7c09e6cb2294bc0e5e964b361241
treeac7b5eb8d0ddd7e2b1a8c5dcc34683c070e33470
parente2f6bc25b98dbb10d809ee50262b43fcae67840a
x86: entry_64.S: split out some macro's and move common code to paranoid_exit

Impact: cleanup

DISABLE_INTERRUPTS(CLBR_NONE)/TRACE_IRQS_OFF is now always
executed just before paranoid_exit. Move it there.

Split out paranoidzeroentry, paranoiderrorentry, and
paranoidzeroentry_ist to get more readable macro's.

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