commit | 714cfe7865e5182a3b25be6a95c0b17aa8e64aa9 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Oct 23 00:44:02 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 30 01:14:45 2006 +0000 |
tree | b6ff754613c17d196b2f1e9fc1db937a370bce9f | |
parent | 2472d0b519c9634d89420064315c0926149947aa [diff] [blame] |
[MIPS] Oprofile: kernel support for the R10000. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index 65eb554..4e0a90b39 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c
@@ -83,6 +83,9 @@ case CPU_74K: case CPU_SB1: case CPU_SB1A: + case CPU_R10000: + case CPU_R12000: + case CPU_R14000: lmodel = &op_model_mipsxx_ops; break;