x86: entry_64.S: factor out save_paranoid and paranoid_exit
authorAlexander van Heukelum <heukelum@mailshack.com>
Fri, 21 Nov 2008 15:43:18 +0000 (16:43 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 21 Nov 2008 18:02:55 +0000 (19:02 +0100)
Impact: cleanup, shrink kernel image size

Also expand the paranoid_exit0 macro into nmi_exit inside the
nmi stub in the case of enabled irq-tracing.

This gives a few hundred bytes code size reduction.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found