From: Sukadev Bhattiprolu Date: Fri, 26 Apr 2013 17:17:56 +0000 (-0700) Subject: perf tests: Fix compile errors in bp_signal files X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~62^2~26^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3539d214f6000217aae97b5ae32df5b03faf850;p=pandora-kernel.git perf tests: Fix compile errors in bp_signal files When building on powerpc, we get compile errors in bp_signal.c and bp_signal_overflow.c due to __u64 and '%llx'. Powerpc, needs __SANE_USERSPACE_TYPES__ to be defined so we pick up and define __u64 as unsigned long long. Signed-off-by: Sukadev Bhattiprolu Cc: Jiri Olsa Link: http://lkml.kernel.org/r/20130426173320.GA7029@us.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed