summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile/op_model_cell.c
diff options
context:
space:
mode:
authorCarl E. Love <cel@linux.vnet.ibm.com>2012-11-29 06:42:03 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-01-29 10:18:14 +1100
commit46ed7a76ae7770cb8ba733ee2b06273397ad8b5b (patch)
treef0b0f73d2bb546d82f15d8ae98115932f70fc8f9 /arch/powerpc/oprofile/op_model_cell.c
parent72640d880350165c3a7b8f2e4fb4bf852ea7b606 (diff)
downloadlinux-46ed7a76ae7770cb8ba733ee2b06273397ad8b5b.tar.gz
linux-46ed7a76ae7770cb8ba733ee2b06273397ad8b5b.tar.bz2
linux-46ed7a76ae7770cb8ba733ee2b06273397ad8b5b.zip
powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function
The calculation for the left shift of the mask OPROFILE_PM_PMCSEL_MSK has an error. The calculation is should be to shift left by (max_cntrs - cntr) times the width of the pmsel field width. However, the #define OPROFILE_MAX_PMC_NUM was used instead of OPROFILE_PMSEL_FIELD_WIDTH. This patch fixes the calculation. Signed-off-by: Carl Love <cel@us.ibm.com> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/oprofile/op_model_cell.c')
0 files changed, 0 insertions, 0 deletions