|
@@ -18,10 +18,6 @@
|
|
#include <linux/ioctl.h>
|
|
#include <linux/ioctl.h>
|
|
#include <asm/byteorder.h>
|
|
#include <asm/byteorder.h>
|
|
|
|
|
|
-#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
|
|
|
-#include <asm/hw_breakpoint.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* User-space ABI bits:
|
|
* User-space ABI bits:
|
|
*/
|
|
*/
|
|
@@ -451,6 +447,10 @@ enum perf_callchain_context {
|
|
# include <asm/perf_event.h>
|
|
# include <asm/perf_event.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifdef CONFIG_HAVE_HW_BREAKPOINT
|
|
|
|
+#include <asm/hw_breakpoint.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
#include <linux/list.h>
|
|
#include <linux/list.h>
|
|
#include <linux/mutex.h>
|
|
#include <linux/mutex.h>
|
|
#include <linux/rculist.h>
|
|
#include <linux/rculist.h>
|