summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-10-17 01:06:56 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-10-17 11:45:58 -0300
commit77626081849c9050b20670e5d832aca54c966936 (patch)
tree44d6dba557f6978acf5056f8dadce3a21db28df9 /tools
parentf8de2885eba35d20a062325bcdfe5d71e9dc2222 (diff)
downloadlinux-77626081849c9050b20670e5d832aca54c966936.tar.gz
linux-77626081849c9050b20670e5d832aca54c966936.tar.xz
perf tools: Fix build on sparc.
More UAPI stuff. Signed-off-by: David S. Miller <davem@davemloft.net> Cc: Ingo Molnar <mingo@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/20121017.010656.383828471689899431.davem@davemloft.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index 87f4ec6d1f36..8421c20a25fa 100644
--- a/tools/perf/perf.h
+++ b/tools/perf/perf.h
@@ -57,7 +57,7 @@ void get_term_dimensions(struct winsize *ws);
#endif
#ifdef __sparc__
-#include "../../arch/sparc/include/asm/unistd.h"
+#include "../../arch/sparc/include/uapi/asm/unistd.h"
#define rmb() asm volatile("":::"memory")
#define cpu_relax() asm volatile("":::"memory")
#define CPUINFO_PROC "cpu"