Re: [PATCH -next] x86: perf_event_amd.c needs <asm/apicdef.h>
From: Ingo Molnar <hidden>
Date: 2011-09-28 06:59:39
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2011-09-28 06:59:39
Also in:
lkml
* Randy Dunlap [off-list ref] wrote:
From: Randy Dunlap <redacted> Fix build error by adding <asm/apicdef.h> header file: arch/x86/kernel/cpu/perf_event_amd.c:350:2: error: 'BAD_APICID' undeclared (first use in this function) Signed-off-by: Randy Dunlap <redacted> --- Found in linux-next and patch only applies cleanly to linux-next, but looks like mainline could use a similar patch (with more header files). arch/x86/kernel/cpu/perf_event_amd.c | 1 + 1 file changed, 1 insertion(+)
Applied to tip:perf/core, thanks Randy! Ingo