Skip to content

Commit

Permalink
sh: fix CPU_SH7723/7724 numbering bug
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Aug 27, 2009
1 parent c68e320 commit b37c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh4/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int __init detect_cpu_and_cache_system(void)
case 0x300b:
switch (prr) {
case 0x20:
boot_cpu_data.type = CPU_SH7723;
boot_cpu_data.type = CPU_SH7724;
boot_cpu_data.flags |= CPU_HAS_L2_CACHE;
break;
case 0x50:
Expand Down

0 comments on commit b37c7c6

Please sign in to comment.