Hello. do_debug() returns void, do_int3() too when !CONFIG_KPROBES. This patch fixes the CONFIG_KPROBES variant of do_int3() to return void too and adjusts the entry.S accordingly. Signed-off-by: Stas Sergeev