Re: [PATCH 0/2] tools include: Fix uapi mman.h for each architecture

2016-09-16 Thread Ravi Bangoria
On Wednesday 14 September 2016 04:27 PM, Wang Nan wrote: > Naveen reports a building failure on powerpc because powerpc doesn't > define MMAP_32BIT. Fix it by ensure all macros required by perf is > defined. Fixes: 277cf08f3feb ("perf trace beauty mmap: Fix defines for non !x86_64") > Wang Nan (

[PATCH 0/2] tools include: Fix uapi mman.h for each architecture

2016-09-14 Thread Wang Nan
Naveen reports a building failure on powerpc because powerpc doesn't define MMAP_32BIT. Fix it by ensure all macros required by perf is defined. Wang Nan (2): perf trace beauty mmap: Add missing MADV_FREE tools include: Add mman macros needed by perf for all arch tools/arch/alpha/include/uap