X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fmips%2Foprofile%2Fcommon.c;h=d1f2d4c52d42d3a0e1e92f5605d81632eefc8aa6;hp=f9eb1aba6345ae398853acc8b9982e54bd468c18;hb=2c9e88a1085b3183e5f92170a74980e5654f817b;hpb=e2b093f3e9262353558c6f89510ab2d286b28287 diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index f9eb1aba6345..d1f2d4c52d42 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c @@ -115,6 +115,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) ops->start = op_mips_start; ops->stop = op_mips_stop; ops->cpu_type = lmodel->cpu_type; + ops->backtrace = op_mips_backtrace; printk(KERN_INFO "oprofile: using %s performance monitoring.\n", lmodel->cpu_type);