Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230533
b: refs/heads/master
c: fac6c2a
h: refs/heads/master
i:
  230531: ce7bab1
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jan 13, 2011
1 parent af81b38 commit cafae81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83eb95b852902f952ba594447a796ad8146b9462
refs/heads/master: fac6c2a891a3e7255e4440f09a4c7da954043ba9
2 changes: 1 addition & 1 deletion trunk/arch/sh/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum cpu_type {
CPU_SH7723, CPU_SH7724, CPU_SH7757, CPU_SHX3,

/* SH4AL-DSP types */
CPU_SH7343, CPU_SH7722, CPU_SH7366,
CPU_SH7343, CPU_SH7722, CPU_SH7366, CPU_SH7372,

/* SH-5 types */
CPU_SH5_101, CPU_SH5_103,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const char *cpu_name[] = {
[CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103",
[CPU_MXG] = "MX-G", [CPU_SH7723] = "SH7723",
[CPU_SH7366] = "SH7366", [CPU_SH7724] = "SH7724",
[CPU_SH_NONE] = "Unknown"
[CPU_SH7372] = "SH7372", [CPU_SH_NONE] = "Unknown"
};

const char *get_cpu_subtype(struct sh_cpuinfo *c)
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ void __cpuinit cpu_probe(void)
case 0x11:
boot_cpu_data.type = CPU_SH7757;
break;
case 0xd0:
case 0x40: /* yon-ten-go */
boot_cpu_data.type = CPU_SH7372;
break;

}
break;
case 0x4000: /* 1st cut */
Expand Down

0 comments on commit cafae81

Please sign in to comment.