Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90939
b: refs/heads/master
c: e5a4c65
h: refs/heads/master
i:
  90937: 6b7580b
  90935: c091178
v: v3
  • Loading branch information
Paul Mundt committed Apr 18, 2008
1 parent 2f3f989 commit c5e9bed
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: 178dd0cd28168287a0be6444a7eef8918b6c544e
refs/heads/master: e5a4c65bef19366112ba002bc06d87450f02ad74
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 @@ -53,7 +53,7 @@ int __init detect_cpu_and_cache_system(void)
/*
* Setup some generic flags we can probe on SH-4A parts
*/
if (((pvr >> 16) & 0xff) == 0x10) {
if (((pvr >> 24) & 0xff) == 0x10) {
if ((cvr & 0x10000000) == 0)
boot_cpu_data.flags |= CPU_HAS_DSP;

Expand Down

0 comments on commit c5e9bed

Please sign in to comment.