Skip to content

Commit

Permalink
MIPS: Remove dead code related to 1004K oprofile support.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steven J. Hill authored and Ralf Baechle committed Jul 23, 2012
1 parent 28a33cb commit 2244f12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/mips/oprofile/op_model_mipsxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,6 @@ static int __init mipsxx_init(void)
break;

case CPU_1004K:
#if 0
/* FIXME: report as 34K for now */
op_model_mipsxx_ops.cpu_type = "mips/1004K";
break;
#endif

case CPU_34K:
op_model_mipsxx_ops.cpu_type = "mips/34K";
break;
Expand Down

0 comments on commit 2244f12

Please sign in to comment.