summaryrefslogtreecommitdiffstats
path: root/arch/mips/oprofile/common.c
diff options
context:
space:
mode:
authorMark Mason2006-01-17 21:06:32 +0100
committerRalf Baechle2006-02-07 14:30:22 +0100
commitc03bc121212ecb36120b118a94c1b91a2e07b7b2 (patch)
treef75749e5c04e01dbc5e7e56e6c5a4d36f718a6be /arch/mips/oprofile/common.c
parent[MIPS] BCM1480: Cleanup debug code left behind in the PCI driver. (diff)
downloadkernel-qcow2-linux-c03bc121212ecb36120b118a94c1b91a2e07b7b2.tar.gz
kernel-qcow2-linux-c03bc121212ecb36120b118a94c1b91a2e07b7b2.tar.xz
kernel-qcow2-linux-c03bc121212ecb36120b118a94c1b91a2e07b7b2.zip
[MIPS] SB1: Add oprofile support.
Signed-off-by: Mark Mason <mason@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile/common.c')
-rw-r--r--arch/mips/oprofile/common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c
index 53f9889b30ed..65de5e3d5a7b 100644
--- a/arch/mips/oprofile/common.c
+++ b/arch/mips/oprofile/common.c
@@ -79,6 +79,8 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case CPU_20KC:
case CPU_24K:
case CPU_25KF:
+ case CPU_SB1:
+ case CPU_SB1A:
lmodel = &op_model_mipsxx;
break;