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
60b2249d
Commit
60b2249d
authored
Nov 21, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Move over
SH-5
TLB and cache support code.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
8214d52a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
arch/sh/mm/Makefile_64
arch/sh/mm/Makefile_64
+5
-2
arch/sh/mm/cache-sh5.c
arch/sh/mm/cache-sh5.c
+0
-0
arch/sh/mm/tlb-sh5.c
arch/sh/mm/tlb-sh5.c
+0
-0
No files found.
arch/sh/mm/Makefile_64
View file @
60b2249d
...
...
@@ -5,12 +5,15 @@
obj-y := init.o extable_64.o consistent.o
mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o
mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
ifndef CONFIG_CACHE_OFF
obj-y += cache-sh5.o
endif
obj-y += $(mmu-y)
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_PMB) += pmb.o
obj-$(CONFIG_NUMA) += numa.o
EXTRA_CFLAGS += -Werror
arch/sh
64/mm/cache
.c
→
arch/sh
/mm/cache-sh5
.c
View file @
60b2249d
File moved
arch/sh
64/mm/tlb
.c
→
arch/sh
/mm/tlb-sh5
.c
View file @
60b2249d
File moved
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