x86: traps_xx: modify do_trap
authorAlexander van Heukelum <[email protected]>
Tue, 1 Jul 2008 23:31:34 +0000 (01:31 +0200)
committerIngo Molnar <[email protected]>
Wed, 9 Jul 2008 06:17:59 +0000 (08:17 +0200)
commita7bbb0ce1d1f956c8491b925c74767adf654f373
tree709d561fcc50ae55c79b573826d3143bc4e40f05
parente423f49fc8ccd761618748d7139638d8ddc1d16f
x86: traps_xx: modify do_trap

if (cond) block -> if (!cond) goto end_of_block

Signed-off-by: Alexander van Heukelum <[email protected]>
Acked-by: Cyrill Gorcunov <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/traps_64.c