diff options
Diffstat (limited to 'arch/powerpc/oprofile')
-rw-r--r-- | arch/powerpc/oprofile/op_model_power4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/oprofile/op_model_power4.c b/arch/powerpc/oprofile/op_model_power4.c index 446a8bbb847b..3e3d91f536e0 100644 --- a/arch/powerpc/oprofile/op_model_power4.c +++ b/arch/powerpc/oprofile/op_model_power4.c | |||
@@ -64,7 +64,7 @@ static int power4_reg_setup(struct op_counter_config *ctr, | |||
64 | return 0; | 64 | return 0; |
65 | } | 65 | } |
66 | 66 | ||
67 | extern void ppc64_enable_pmcs(void); | 67 | extern void ppc_enable_pmcs(void); |
68 | 68 | ||
69 | /* | 69 | /* |
70 | * Older CPUs require the MMCRA sample bit to be always set, but newer | 70 | * Older CPUs require the MMCRA sample bit to be always set, but newer |
@@ -91,7 +91,7 @@ static int power4_cpu_setup(struct op_counter_config *ctr) | |||
91 | unsigned int mmcr0 = mmcr0_val; | 91 | unsigned int mmcr0 = mmcr0_val; |
92 | unsigned long mmcra = mmcra_val; | 92 | unsigned long mmcra = mmcra_val; |
93 | 93 | ||
94 | ppc64_enable_pmcs(); | 94 | ppc_enable_pmcs(); |
95 | 95 | ||
96 | /* set the freeze bit */ | 96 | /* set the freeze bit */ |
97 | mmcr0 |= MMCR0_FC; | 97 | mmcr0 |= MMCR0_FC; |