summaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/common.c
diff options
context:
space:
mode:
authorRalf Baechle2006-02-01 18:54:30 +0100
committerRalf Baechle2006-02-07 14:30:26 +0100
commitfcfd980c833bd5ca1df9ca877b3e968e4da05b24 (patch)
treeca485cf9452316c160e52c58ef1ba6941b1d3184 /arch/mips/oprofile/common.c
parent[MIPS] Fix dump_tlb.c warning and cleanup. (diff)
downloadkernel-qcow2-linux-fcfd980c833bd5ca1df9ca877b3e968e4da05b24.tar.gz
kernel-qcow2-linux-fcfd980c833bd5ca1df9ca877b3e968e4da05b24.tar.xz
kernel-qcow2-linux-fcfd980c833bd5ca1df9ca877b3e968e4da05b24.zip
[MIPS] Oprofile: Support for 34K UP kernels.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile/common.c')
-rw-r--r--arch/mips/oprofile/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c
index 65de5e3d5a7b..935dd851f480 100644
--- a/arch/mips/oprofile/common.c
+++ b/arch/mips/oprofile/common.c
@@ -79,6 +79,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case CPU_20KC:
case CPU_24K:
case CPU_25KF:
+ case CPU_34K:
case CPU_SB1:
case CPU_SB1A:
lmodel = &op_model_mipsxx;