diff options
author | Mark Mason <mason@broadcom.com> | 2006-01-17 15:06:32 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-07 08:30:22 -0500 |
commit | c03bc121212ecb36120b118a94c1b91a2e07b7b2 (patch) | |
tree | f75749e5c04e01dbc5e7e56e6c5a4d36f718a6be /arch/mips/oprofile/common.c | |
parent | 4c91cc57bc9cfd337804d70bc9bff6a012aa8b83 (diff) |
[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.c | 2 |
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) | |||
79 | case CPU_20KC: | 79 | case CPU_20KC: |
80 | case CPU_24K: | 80 | case CPU_24K: |
81 | case CPU_25KF: | 81 | case CPU_25KF: |
82 | case CPU_SB1: | ||
83 | case CPU_SB1A: | ||
82 | lmodel = &op_model_mipsxx; | 84 | lmodel = &op_model_mipsxx; |
83 | break; | 85 | break; |
84 | 86 | ||