Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85521
b: refs/heads/master
c: 1cfb629
h: refs/heads/master
i:
  85519: f505648
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Feb 14, 2008
1 parent 27e26a0 commit e9667d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 10a1debee11168c603e6d2e13f4c1da7c5bac64e
refs/heads/master: 1cfb629cfa4a8d9b65c0f60c65ec731bde82d60c
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int __init detect_cpu_and_cache_system(void)
CPU_HAS_LLSC;
break;
case 0x3008:
if (prr == 0xa0) {
if (prr == 0xa0 || prr == 0xa1) {
boot_cpu_data.type = CPU_SH7722;
boot_cpu_data.icache.ways = 4;
boot_cpu_data.dcache.ways = 4;
Expand Down

0 comments on commit e9667d4

Please sign in to comment.