From: Alexander van Heukelum Date: Thu, 10 Jul 2008 19:14:52 +0000 (+0200) Subject: x86: traps_xx: refactor die() like in x86_64 X-Git-Tag: v2.6.27-rc1~955^2~1^5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78cbac65fd77242f3e5d77f4d7a71e8bc869fe4d;p=pandora-kernel.git x86: traps_xx: refactor die() like in x86_64 Make the diff between the traps_32.c and traps_64.c a bit smaller. Change traps_32.c to look more like traps_64.c: - move lock information to file scope - split out oops_begin() and oops_end() from die() - increment nest counter in oops_begin Only whitespace change in traps_64.c No functional changes intended. Signed-off-by: Alexander van Heukelum Acked-by: Cyrill Gorcunov Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed