From: Alexander van Heukelum Date: Tue, 9 Sep 2008 19:55:56 +0000 (+0200) Subject: i386: prepare to convert exceptions to interrupts X-Git-Tag: v2.6.28-rc1~611^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61aef7d24909b95f9eddaa78d78902fbea1d7059;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed