Re: [PATCH 3/5] perf: Make perf build for x86 with UAPI disintegration applied

2012-10-25 Thread Namhyung Kim
On Fri, 19 Oct 2012 17:56:24 +0100, David Howells wrote: > Make perf build for x86 once the UAPI disintegration patches for that arch > have been applied by adding the appropriate -I flags - in the right order - > and then converting some #includes that use ../.. notation to find main kernel >

Re: [PATCH 3/5] perf: Make perf build for x86 with UAPI disintegration applied

2012-10-25 Thread Namhyung Kim
On Fri, 19 Oct 2012 17:56:24 +0100, David Howells wrote: Make perf build for x86 once the UAPI disintegration patches for that arch have been applied by adding the appropriate -I flags - in the right order - and then converting some #includes that use ../.. notation to find main kernel

[PATCH 3/5] perf: Make perf build for x86 with UAPI disintegration applied

2012-10-19 Thread David Howells
Make perf build for x86 once the UAPI disintegration patches for that arch have been applied by adding the appropriate -I flags - in the right order - and then converting some #includes that use ../.. notation to find main kernel headerfiles to use and instead. Note that -Iarch/foo/include/uapi

[PATCH 3/5] perf: Make perf build for x86 with UAPI disintegration applied

2012-10-19 Thread David Howells
Make perf build for x86 once the UAPI disintegration patches for that arch have been applied by adding the appropriate -I flags - in the right order - and then converting some #includes that use ../.. notation to find main kernel headerfiles to use asm/foo.h and linux/foo.h instead. Note that