]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/oprofile/init.c
[ARM] 3/4 Rename common oprofile code
[mv-sheeva.git] / arch / arm / oprofile / init.c
index d315a3a86c8635aebe60c2508dab60e44394e63b..ccd8c54934a29b6eacd918db3d6fdfff3f6769e4 100644 (file)
@@ -17,7 +17,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
        int ret = -ENODEV;
 
 #ifdef CONFIG_CPU_XSCALE
-       ret = pmu_init(ops, &op_xscale_spec);
+       ret = op_arm_init(ops, &op_xscale_spec);
 #endif
 
        ops->backtrace = arm_backtrace;
@@ -28,6 +28,6 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
 void oprofile_arch_exit(void)
 {
 #ifdef CONFIG_CPU_XSCALE
-       pmu_exit();
+       op_arm_exit();
 #endif
 }