Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[powerpc.git] / arch / arm / oprofile / init.c
index cce3d30..d315a3a 100644 (file)
@@ -20,6 +20,8 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
        ret = pmu_init(ops, &op_xscale_spec);
 #endif
 
+       ops->backtrace = arm_backtrace;
+
        return ret;
 }