commit | c03bc121212ecb36120b118a94c1b91a2e07b7b2 | [log] [tgz] |
---|---|---|
author | Mark Mason <mason@broadcom.com> | Tue Jan 17 12:06:32 2006 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 07 13:30:22 2006 +0000 |
tree | f75749e5c04e01dbc5e7e56e6c5a4d36f718a6be | |
parent | 4c91cc57bc9cfd337804d70bc9bff6a012aa8b83 [diff] [blame] |
[MIPS] SB1: Add oprofile support. Signed-off-by: Mark Mason <mason@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index 53f9889..65de5e3 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c
@@ -79,6 +79,8 @@ case CPU_20KC: case CPU_24K: case CPU_25KF: + case CPU_SB1: + case CPU_SB1A: lmodel = &op_model_mipsxx; break;