Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77789
b: refs/heads/master
c: 29e0d20
h: refs/heads/master
i:
  77787: 9705f16
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent be6040f commit 60b598e
Show file tree
Hide file tree
Showing 2 changed files with 11 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: b4eaa1cc7ce8203ac9af9184c49c635ce79592b1
refs/heads/master: 29e0d209b38479e6817318a971082421a7d630b7
13 changes: 10 additions & 3 deletions trunk/include/asm-sh/bugs.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,16 @@ static void __init check_bugs(void)
*p++ = 's';
*p++ = 'p';
break;
default:
*p++ = '?';
*p++ = '!';
case CPU_SH5_101 ... CPU_SH5_103:
*p++ = '6';
*p++ = '4';
break;
case CPU_SH_NONE:
/*
* Specifically use CPU_SH_NONE rather than default:,
* so we're able to have the compiler whine about
* unhandled enumerations.
*/
break;
}

Expand Down

0 comments on commit 60b598e

Please sign in to comment.