Skip to content
Snippets Groups Projects
Commit 2244f128 authored by Steven J. Hill's avatar Steven J. Hill Committed by Ralf Baechle
Browse files

MIPS: Remove dead code related to 1004K oprofile support.


Signed-off-by: default avatarSteven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3854/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 28a33cbc
No related branches found
No related tags found
No related merge requests found
...@@ -339,12 +339,6 @@ static int __init mipsxx_init(void) ...@@ -339,12 +339,6 @@ static int __init mipsxx_init(void)
break; break;
case CPU_1004K: case CPU_1004K:
#if 0
/* FIXME: report as 34K for now */
op_model_mipsxx_ops.cpu_type = "mips/1004K";
break;
#endif
case CPU_34K: case CPU_34K:
op_model_mipsxx_ops.cpu_type = "mips/34K"; op_model_mipsxx_ops.cpu_type = "mips/34K";
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment