[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121017.010656.383828471689899431.davem@davemloft.net>
Date:	Wed, 17 Oct 2012 01:06:56 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	a.p.zijlstra@...llo.nl
CC:	paulus@...ba.org, mingo@...hat.com, acme@...stprotocols.net,
	linux-kernel@...r.kernel.org
Subject: [PATCH] Fix 'perf' build on sparc.
More UAPI stuff.
Signed-off-by: David S. Miller <davem@...emloft.net>
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index 2762877..c50985e 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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
