|
@@ -13,6 +13,7 @@
|
|
#include <linux/sched.h>
|
|
#include <linux/sched.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/sysctl.h>
|
|
#include <linux/sysctl.h>
|
|
|
|
+#include <linux/uaccess.h>
|
|
|
|
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/insn.h>
|
|
#include <asm/insn.h>
|
|
@@ -20,8 +21,6 @@
|
|
#include <asm/system_misc.h>
|
|
#include <asm/system_misc.h>
|
|
#include <asm/traps.h>
|
|
#include <asm/traps.h>
|
|
#include <asm/kprobes.h>
|
|
#include <asm/kprobes.h>
|
|
-#include <linux/uaccess.h>
|
|
|
|
-#include <asm/cpufeature.h>
|
|
|
|
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace-events-emulation.h"
|
|
#include "trace-events-emulation.h"
|