| Submitter | sukadev@linux.vnet.ibm.com |
|---|---|
| Date | Nov. 2, 2012, 4:48 p.m. |
| Message ID | <20121102164812.GA25300@us.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/196628/ |
| State | Accepted |
| Commit | d7a1ed163a3bb7aa727d3f9335349055aeea110c |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
Comments
Patch
diff --git a/tools/perf/perf.h b/tools/perf/perf.h index 054182e..f4952da 100644 --- a/tools/perf/perf.h +++ b/tools/perf/perf.h @@ -26,7 +26,7 @@ void get_term_dimensions(struct winsize *ws); #endif #ifdef __powerpc__ -#include "../../arch/powerpc/include/asm/unistd.h" +#include "../../arch/powerpc/include/uapi/asm/unistd.h" #define rmb() asm volatile ("sync" ::: "memory") #define cpu_relax() asm volatile ("" ::: "memory"); #define CPUINFO_PROC "cpu"