From: Stas Sergeev Date: Sun, 1 May 2005 15:58:49 +0000 (-0700) Subject: [PATCH] x86: entry.S trap return fixes X-Git-Tag: v2.6.12-rc4~136^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c88211a65bc30f030fe228bda30fda870deb90;p=pandora-kernel.git [PATCH] x86: entry.S trap return fixes do_debug() and do_int3() return void. This patch fixes the CONFIG_KPROBES variant of do_int3() to return void too and adjusts entry.S accordingly. Signed-off-by: Stas Sergeev Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed