diff options
Diffstat (limited to 'arch/powerpc/oprofile/op_model_power4.c')
| -rw-r--r-- | arch/powerpc/oprofile/op_model_power4.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/oprofile/op_model_power4.c b/arch/powerpc/oprofile/op_model_power4.c index 315f9495e9b..f444b94935f 100644 --- a/arch/powerpc/oprofile/op_model_power4.c +++ b/arch/powerpc/oprofile/op_model_power4.c @@ -52,7 +52,7 @@ static int power7_marked_instr_event(u64 mmcr1)  	for (pmc = 0; pmc < 4; pmc++) {  		psel = mmcr1 & (OPROFILE_PM_PMCSEL_MSK  				<< (OPROFILE_MAX_PMC_NUM - pmc) -				* OPROFILE_MAX_PMC_NUM); +				* OPROFILE_PMSEL_FIELD_WIDTH);  		psel = (psel >> ((OPROFILE_MAX_PMC_NUM - pmc)  				 * OPROFILE_PMSEL_FIELD_WIDTH)) & ~1ULL;  		unit = mmcr1 & (OPROFILE_PM_UNIT_MSK  |