]> asedeno.scripts.mit.edu Git - linux.git/commit
metag: perf: fix build on Meta1
authorJames Hogan <james.hogan@imgtec.com>
Mon, 22 Jul 2013 14:18:34 +0000 (15:18 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 3 May 2016 08:25:30 +0000 (09:25 +0100)
commitf5d163aad31e4ec30f7258e655503824a2b03d45
tree3676736b21b8b3b641dc837be9e937fcc2eb65bf
parent879d08ec30586ade3e785fe993ba50b8c89d05ef
metag: perf: fix build on Meta1

Meta1 doesn't support PERF_ICORE or PERF_CHAN registers resulting in
build errors due to missing definitions. Fix this with an ifdef matching
the one in asm/metag_mem.h.

The build errors (found by a randconfig):

arch/metag/kernel/perf/perf_event.c: In function 'metag_pmu_enable_counter':
arch/metag/kernel/perf/perf_event.c:639: error: 'PERF_ICORE0' undeclared (first use in this function)
arch/metag/kernel/perf/perf_event.c:639: error: (Each undeclared identifier is reported only once
arch/metag/kernel/perf/perf_event.c:639: error: for each function it appears in.)
arch/metag/kernel/perf/perf_event.c:643: error: 'PERF_CHAN0' undeclared (first use in this function)

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-metag@vger.kernel.org
arch/metag/kernel/perf/perf_event.c