linux/arch/metag/kernel
James Hogan 3424dabb65 metag: perf: fix core internal / perf channel mux
The value written to the PERF_ICOREx or PERF_CHANx register to select
the performance events for the core internal and perf channel events was
(tmp & 0x0f), but tmp was set to (config & 0xf0) so it would always be
0. Correct it to use config instead of tmp.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2013-03-15 13:19:11 +00:00
..
perf
.gitignore
asm-offsets.c
cachepart.c
clock.c
core_reg.c
da.c
devtree.c
dma.c
ftrace_stub.S
ftrace.c
head.S
irq.c
kick.c
machines.c
Makefile
metag_ksyms.c
module.c
perf_callchain.c
process.c
ptrace.c
setup.c
signal.c
smp.c
stacktrace.c
sys_metag.c
tbiunexp.S
tcm.c
time.c
topology.c
traps.c
user_gateway.S
vmlinux.lds.S