Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2a6b8148
Commit
2a6b8148
authored
Apr 25, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh64: Setup I/D-TLB defaults in
SH-5
probe path.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
640f7487
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
arch/sh/kernel/cpu/sh5/probe.c
arch/sh/kernel/cpu/sh5/probe.c
+4
-0
No files found.
arch/sh/kernel/cpu/sh5/probe.c
View file @
2a6b8148
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment