|
@@ -32,7 +32,6 @@
|
|
|
#include <linux/irqflags.h>
|
|
|
#include <linux/notifier.h>
|
|
|
#include <linux/kallsyms.h>
|
|
|
-#include <linux/kprobes.h>
|
|
|
#include <linux/percpu.h>
|
|
|
#include <linux/kdebug.h>
|
|
|
#include <linux/kernel.h>
|
|
@@ -424,7 +423,7 @@ EXPORT_SYMBOL_GPL(hw_breakpoint_restore);
|
|
|
* NOTIFY_STOP returned for all other cases
|
|
|
*
|
|
|
*/
|
|
|
-static int __kprobes hw_breakpoint_handler(struct die_args *args)
|
|
|
+static int hw_breakpoint_handler(struct die_args *args)
|
|
|
{
|
|
|
int i, cpu, rc = NOTIFY_STOP;
|
|
|
struct perf_event *bp;
|
|
@@ -511,7 +510,7 @@ static int __kprobes hw_breakpoint_handler(struct die_args *args)
|
|
|
/*
|
|
|
* Handle debug exception notifications.
|
|
|
*/
|
|
|
-int __kprobes hw_breakpoint_exceptions_notify(
|
|
|
+int hw_breakpoint_exceptions_notify(
|
|
|
struct notifier_block *unused, unsigned long val, void *data)
|
|
|
{
|
|
|
if (val != DIE_DEBUG)
|