Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182092
b: refs/heads/master
c: 368bf8e
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 27, 2010
1 parent 810ebbf commit fa0bd87
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 874fd3b5acc20f2a464409045aef3b2288069787
refs/heads/master: 368bf8ef304f426be0a8a0be5b0e437747598c10
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/cpu-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,8 @@ static inline void cpu_probe_cavium(struct cpuinfo_mips *c, unsigned int cpu)
case PRID_IMP_CAVIUM_CN52XX:
c->cputype = CPU_CAVIUM_OCTEON;
__cpu_name[cpu] = "Cavium Octeon";
if (cpu == 0)
__elf_platform = "octeon";
break;
default:
printk(KERN_INFO "Unknown Octeon chip!\n");
Expand Down

0 comments on commit fa0bd87

Please sign in to comment.