diff options
author | Steven J. Hill <sjhill@mips.com> | 2012-05-21 11:33:16 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-23 08:55:16 -0400 |
commit | 2244f1286509673c0b40fb9504a9be0b7b633aeb (patch) | |
tree | 12b9524618775f929b1e8427d7146647d9f73870 /arch | |
parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) |
MIPS: Remove dead code related to 1004K oprofile support.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3854/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/oprofile/op_model_mipsxx.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/oprofile/op_model_mipsxx.c b/arch/mips/oprofile/op_model_mipsxx.c index 4d80a856048d..52da646167f9 100644 --- a/arch/mips/oprofile/op_model_mipsxx.c +++ b/arch/mips/oprofile/op_model_mipsxx.c | |||
@@ -339,12 +339,6 @@ static int __init mipsxx_init(void) | |||
339 | break; | 339 | break; |
340 | 340 | ||
341 | case CPU_1004K: | 341 | case CPU_1004K: |
342 | #if 0 | ||
343 | /* FIXME: report as 34K for now */ | ||
344 | op_model_mipsxx_ops.cpu_type = "mips/1004K"; | ||
345 | break; | ||
346 | #endif | ||
347 | |||
348 | case CPU_34K: | 342 | case CPU_34K: |
349 | op_model_mipsxx_ops.cpu_type = "mips/34K"; | 343 | op_model_mipsxx_ops.cpu_type = "mips/34K"; |
350 | break; | 344 | break; |