From: Masami Hiramatsu Date: Thu, 27 Aug 2009 17:23:18 +0000 (-0400) Subject: kprobes: Fix to add __kprobes to notify_die X-Git-Tag: v2.6.33-rc1~399^2~233 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=8f270083587a4cb70fa14f0e2fd698eb08a4dd07;hp=8f270083587a4cb70fa14f0e2fd698eb08a4dd07;ds=sidebyside kprobes: Fix to add __kprobes to notify_die Add __kprobes to notify_die() because do_int3() calls notify_die() instead of atomic_notify_call_chain() which is already marked as __kprobes. Signed-off-by: Masami Hiramatsu Acked-by: Ananth N Mavinakayanahalli Cc: Ingo Molnar LKML-Reference: <20090827172318.8246.53702.stgit@localhost.localdomain> Signed-off-by: Frederic Weisbecker ---