From: Alexander van Heukelum Date: Fri, 26 Sep 2008 12:03:08 +0000 (+0200) Subject: traps: i386: make do_trap more like x86_64 X-Git-Tag: v2.6.28-rc1~611^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c1326f8a6d8b9815ca88c95441330f96eef7352;p=pandora-kernel.git traps: i386: make do_trap more like x86_64 This patch hardcodes which traps should be forwarded to handle_vm86_trap in do_trap. This allows to remove the vm86 parameter from the i386-version of do_trap, which makes the DO_VM86_ERROR and DO_VM86_ERROR_INFO macros unnecessary. x86_64 part is whitespace only. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed