Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19919
b: refs/heads/master
c: fcfd980
h: refs/heads/master
i:
  19917: f79c306
  19915: e7b90af
  19911: 80766a0
  19903: 0c78e4b
v: v3
  • Loading branch information
Ralf Baechle committed Feb 7, 2006
1 parent 03fa946 commit ee53c48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1e30a6347630ca7eeee2f46f826f05bbe80bb25
refs/heads/master: fcfd980c833bd5ca1df9ca877b3e968e4da05b24
1 change: 1 addition & 0 deletions trunk/arch/mips/oprofile/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case CPU_20KC:
case CPU_24K:
case CPU_25KF:
case CPU_34K:
case CPU_SB1:
case CPU_SB1A:
lmodel = &op_model_mipsxx;
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/mips/oprofile/op_model_mipsxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ static int __init mipsxx_init(void)
op_model_mipsxx.cpu_type = "mips/25K";
break;

#ifndef CONFIG_SMP
case CPU_34K:
op_model_mipsxx.cpu_type = "mips/34K";
break;
#endif

case CPU_5KC:
op_model_mipsxx.cpu_type = "mips/5K";
break;
Expand Down

0 comments on commit ee53c48

Please sign in to comment.