aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kprobes.c')
-rw-r--r--kernel/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index 6c86d67ed1a7..0207045b4f6f 100644
--- a/kernel/kprobes.c
+++ b/kernel/kprobes.c
@@ -42,10 +42,10 @@
42#include <linux/freezer.h> 42#include <linux/freezer.h>
43#include <linux/seq_file.h> 43#include <linux/seq_file.h>
44#include <linux/debugfs.h> 44#include <linux/debugfs.h>
45#include <linux/kdebug.h>
45#include <asm-generic/sections.h> 46#include <asm-generic/sections.h>
46#include <asm/cacheflush.h> 47#include <asm/cacheflush.h>
47#include <asm/errno.h> 48#include <asm/errno.h>
48#include <asm/kdebug.h>
49 49
50#define KPROBE_HASH_BITS 6 50#define KPROBE_HASH_BITS 6
51#define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS) 51#define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS)