Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96268
b: refs/heads/master
c: 2a6b814
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 8, 2008
1 parent cbece78 commit 6149b77
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 640f7487a919dec4ea98b88a050331f6a4044ea9
refs/heads/master: 2a6b8148c050941dd61779cb0b49c5c3ea854ebf
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh5/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/string.h>
#include <asm/processor.h>
#include <asm/cache.h>
#include <asm/tlb.h>

int __init detect_cpu_and_cache_system(void)
{
Expand Down Expand Up @@ -67,5 +68,8 @@ int __init detect_cpu_and_cache_system(void)
set_bit(SH_CACHE_MODE_WB, &(boot_cpu_data.dcache.flags));
#endif

/* Setup some I/D TLB defaults */
sh64_tlb_init();

return 0;
}

0 comments on commit 6149b77

Please sign in to comment.