From: Masami Hiramatsu Date: Thu, 27 Aug 2009 17:23:25 +0000 (-0400) Subject: kprobes/x86-64: Fix to move common_interrupt to .kprobes.text X-Git-Tag: v2.6.33-rc1~399^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8222d718b3ad3ae49c48f69ae4b6a1128c9a92cf;p=pandora-kernel.git kprobes/x86-64: Fix to move common_interrupt to .kprobes.text Since nmi, debug and int3 returns to irq_return inside common_interrupt, probing this function will cause int3-loop, so it should be marked as __kprobes. Signed-off-by: Masami Hiramatsu Acked-by: Ananth N Mavinakayanahalli Cc: Ingo Molnar LKML-Reference: <20090827172325.8246.40000.stgit@localhost.localdomain> Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed