]> Pileus Git - ~andy/linux/commit
x86: Perf_event_amd.c needs <asm/apicdef.h>
authorRandy Dunlap <rdunlap@xenotime.net>
Tue, 27 Sep 2011 17:00:40 +0000 (10:00 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 27 Sep 2011 17:55:09 +0000 (19:55 +0200)
commitd6eed550a9d08fbd1fce32e517e8c49afa6edbf7
tree0c749a4058afdd2b00b1488734896cb79773dd60
parentde0428a7ad4856c7b5b8a2792488ac893e6f3faa
x86: Perf_event_amd.c needs <asm/apicdef.h>

Fix (rare) 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 <rdunlap@xenotime.net>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Andre Przywara <andre.przywara@amd.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Link: http://lkml.kernel.org/r/4E820138.90301@xenotime.net
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/perf_event_amd.c