projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
640f748
)
sh64: Setup I/D-TLB defaults in SH-5 probe path.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 25 Apr 2008 04:05:17 +0000
(13:05 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 May 2008 10:51:38 +0000
(19:51 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh5/probe.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh5/probe.c
b/arch/sh/kernel/cpu/sh5/probe.c
index 31f8cb0f6374ac71d517fb04c058a99b3a7f0642..92ad844b5c1220a349944f474d881767715aab1a 100644
(file)
--- a/
arch/sh/kernel/cpu/sh5/probe.c
+++ b/
arch/sh/kernel/cpu/sh5/probe.c
@@
-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)
{
@@
-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;
}