move die notifier handling to common code
[deliverable/linux.git] / kernel / kprobes.c
index 6c86d67ed1a71aba7063b26c37afd6c7a40aa911..0207045b4f6ff1d7a3157e3a0bce6ff55681559c 100644 (file)
 #include <linux/freezer.h>
 #include <linux/seq_file.h>
 #include <linux/debugfs.h>
+#include <linux/kdebug.h>
 #include <asm-generic/sections.h>
 #include <asm/cacheflush.h>
 #include <asm/errno.h>
-#include <asm/kdebug.h>
 
 #define KPROBE_HASH_BITS 6
 #define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS)
This page took 0.024464 seconds and 5 git commands to generate.