Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163432
b: refs/heads/master
c: 2b43151
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Aug 15, 2009
1 parent f2ba248 commit ca874ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c41cdcaffb09dca8e6ad7d4d8f885e0b86b9002
refs/heads/master: 2b4315185a06414c4ab40fb0db50dce1b534a1d9
6 changes: 6 additions & 0 deletions trunk/arch/sh/mm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,11 @@ void __init cpu_cache_init(void)
sh4_cache_init();
}

if (boot_cpu_data.family == CPU_FAMILY_SH5) {
extern void __weak sh5_cache_init(void);

sh5_cache_init();
}

emit_cache_params();
}

0 comments on commit ca874ad

Please sign in to comment.