Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36241
b: refs/heads/master
c: 73388cc
h: refs/heads/master
i:
  36239: afa4c25
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent 53a84f0 commit 8bf86ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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: b638d0b921dc95229af0dfd09cd24850336a2f75
refs/heads/master: 73388cc7c648861742e584a97fbffed16afc7dc3
12 changes: 9 additions & 3 deletions trunk/arch/sh/kernel/cpu/sh4/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,15 @@ int __init detect_cpu_and_cache_system(void)
break;
case 0x500 ... 0x501:
switch (prr) {
case 0x10: cpu_data->type = CPU_SH7750R; break;
case 0x11: cpu_data->type = CPU_SH7751R; break;
case 0x50: cpu_data->type = CPU_SH7760; break;
case 0x10:
cpu_data->type = CPU_SH7750R;
break;
case 0x11:
cpu_data->type = CPU_SH7751R;
break;
case 0x50 ... 0x5f:
cpu_data->type = CPU_SH7760;
break;
}

cpu_data->icache.ways = 2;
Expand Down

0 comments on commit 8bf86ed

Please sign in to comment.