Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175415
b: refs/heads/master
c: 2ff6cfd
h: refs/heads/master
i:
  175413: a290695
  175411: 93c98c2
  175407: 42de319
v: v3
  • Loading branch information
Arnd Bergmann authored and Ingo Molnar committed Dec 8, 2009
1 parent f985302 commit 50e84a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3a2dbf844d81b4b9c9ad6044563c294e7a48cac
refs/heads/master: 2ff6cfd70720780234fdfea636218c2a62b31287
8 changes: 4 additions & 4 deletions trunk/include/linux/perf_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
#include <linux/ioctl.h>
#include <asm/byteorder.h>

#ifdef CONFIG_HAVE_HW_BREAKPOINT
#include <asm/hw_breakpoint.h>
#endif

/*
* User-space ABI bits:
*/
Expand Down Expand Up @@ -451,6 +447,10 @@ enum perf_callchain_context {
# include <asm/perf_event.h>
#endif

#ifdef CONFIG_HAVE_HW_BREAKPOINT
#include <asm/hw_breakpoint.h>
#endif

#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/rculist.h>
Expand Down

0 comments on commit 50e84a2

Please sign in to comment.