generic-poky/meta/recipes-kernel
Ting Liu dba3eff8e2 perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64
PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h
prevents 64-bit userland from seeing this definition, instead defaulting
to u64 == long in userspace.
Perf want LL64, flag __SANE_USERSPACE_TYPES__ to get int-ll64.h.

Fix the below issue:
| tests/attr.c:71:4: error: format '%llu' expects argument of type 'long
long unsigned int', but argument 6 has type '__u64' [-Werror=format=]
| tests/attr.c:80:7: error: format '%llu' expects argument of type 'long
long unsigned int', but argument 4 has type '__u64' [-Werror=format=]
|        attr->type, attr->config, fd) < 0) {
|        ^

(From OE-Core master rev: e0b56f7ed84da4f71f448548e15d5a75e8eada6e)

(From OE-Core rev: 7d55375ddc1a928e77d5687a8e7b36eecb91c594)

Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-12 16:59:56 +00:00
..
blktrace remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
dtc remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
kern-tools kern-tools: fix multi patch application without headers 2013-09-24 17:24:12 +01:00
kexec kexec-tools: upgraded to 2.0.4 2013-05-12 09:37:30 +01:00
kmod kmod: Add patch to fix seperate build dir of ptest 2013-12-12 16:59:56 +00:00
latencytop Upstream-Status: Correct capitalization 2013-07-18 21:23:43 +01:00
libpfm libpfm4_4.3.0.bb: use compatible host to limit arches 2013-03-05 13:14:51 +00:00
linux linux-yocto/3.10: integrate lxc kernel feature and 32 bit x86 config 2013-10-14 16:55:23 +01:00
linux-firmware linux-firmware: Update SRCREV, pull in iwlwifi-7260 support 2013-09-06 23:04:53 +01:00
linux-libc-headers linux-libc-headers: do_install: fix "Argument list too long" error 2013-09-17 19:34:55 +01:00
lttng lttng: Enable ptest support. 2013-09-14 08:29:42 +01:00
modutils-initscripts modutils-initscripts: improve modutils.sh 2013-01-18 13:28:07 +00:00
oprofile oprofileui-server: use two digit initscript sequene 2013-09-22 12:19:42 +01:00
perf perf: flag __SANE_USERSPACE_TYPES__ to include int-ll64.h for powerpc64 2013-12-12 16:59:56 +00:00
powertop powertop: upgrade to 2.4 2013-08-03 10:33:06 +01:00
sysprof remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
systemtap remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00
trace-cmd remove the unnecessary protocol parameters 2013-08-30 16:23:46 +01:00