aboutsummaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorPaul Mackerras <[email protected]>2009-11-24 15:19:43 +1100
committerIngo Molnar <[email protected]>2009-11-24 08:35:10 +0100
commitee3d250446f1c1be4eceab48f3a23794d9a6564c (patch)
tree9bac8d65f5c29cb390069c75a3c3600563ae1f1a /scripts/objdiff
parentfa7c27ee9394fc0d52404b2a89882e95868a60b9 (diff)
perf tools: Fix compilation on powerpc
Currently, perf fails to compile on powerpc with this error: CC util/header.o In file included from util/../perf.h:17, from util/header.c:9: util/../../../arch/powerpc/include/asm/unistd.h:360:27: error: linux/linkage.h: No such file or directory make: *** [util/header.o] Error 1 The reason is that we still have a #define __KERNEL__ in effect at the point where <asm/unistd.h> gets included, which means we get extra stuff that we don't need or want. This fixes the problem by undefining __KERNEL__ once we have included the file for which we need __KERNEL__ defined. Signed-off-by: Paul Mackerras <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions