commit | 61aef7d24909b95f9eddaa78d78902fbea1d7059 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Tue Sep 09 21:55:56 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:20:04 2008 +0200 |
tree | 7accab8128d3f791b48614a334fa70e2b54e74bd | |
parent | 762db4347060c5d23e9675846e02f7d95d7f944f [diff] |
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>