]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86: entry.S trap return fixes
authorStas Sergeev <stsp@aknet.ru>
Sun, 1 May 2005 15:58:49 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:49 +0000 (08:58 -0700)
commit865c9a377c5f96703dedc6bc810521174400f7a3
tree16990884e35cfd2fad7343494eef37b70b4614ba
parent8fb67cbd6b601259ea4f05dc74f0b2d6b2b71b55
[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 <stsp@aknet.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/entry.S
arch/i386/kernel/traps.c