[PATCH] remove errornous semicolon in arch/i386/kernel/traps.c::do_general_protection
Building with gcc -W revealed this warning:
arch/i386/kernel/traps.c: In function `do_general_protection':
arch/i386/kernel/traps.c:506: warning: empty body in an if-statement
upon inspecting the code I see what looks like a mistakenly placed ";"