i386: prepare to convert exceptions to interrupts
commit61aef7d24909b95f9eddaa78d78902fbea1d7059
authorAlexander van Heukelum <heukelum@fastmail.fm>
Tue, 9 Sep 2008 19:55:56 +0000 (9 21:55 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:20:04 +0000 (13 10:20 +0200)
tree7accab8128d3f791b48614a334fa70e2b54e74bd
parent762db4347060c5d23e9675846e02f7d95d7f944f
i386: prepare to convert exceptions to interrupts

There is some macro magic in traps_32.c to construct standard
exception dispatch functions. This patch renames the DO_ERROR-
like macros to DO_TRAP, and introduces new DO_ERROR ones that
conditionally reenable interrupts explicitly, like x86_64.

No code changes.

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