Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9895f942
Commit
9895f942
authored
Nov 21, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: clear/copy_page renames in lib and lib64.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
efddb4c8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
arch/sh/lib/Makefile
arch/sh/lib/Makefile
+2
-1
arch/sh/lib/clear_page.S
arch/sh/lib/clear_page.S
+0
-0
arch/sh/lib/copy_page.S
arch/sh/lib/copy_page.S
+0
-0
arch/sh/lib64/Makefile
arch/sh/lib64/Makefile
+1
-1
arch/sh/lib64/clear_page.S
arch/sh/lib64/clear_page.S
+0
-0
arch/sh/lib64/copy_page.S
arch/sh/lib64/copy_page.S
+0
-0
arch/sh/mm/Makefile_32
arch/sh/mm/Makefile_32
+1
-2
No files found.
arch/sh/lib/Makefile
View file @
9895f942
...
...
@@ -8,6 +8,7 @@ lib-y = delay.o io.o memset.o memmove.o memchr.o \
memcpy-y
:=
memcpy.o
memcpy-$(CONFIG_CPU_SH4)
:=
memcpy-sh4.o
lib-y
+=
$
(
memcpy-y
)
lib-$(CONFIG_MMU)
+=
copy_page.o clear_page.o
lib-y
+=
$
(
memcpy-y
)
EXTRA_CFLAGS
+=
-Werror
arch/sh/
mm
/clear_page.S
→
arch/sh/
lib
/clear_page.S
View file @
9895f942
File moved
arch/sh/
mm
/copy_page.S
→
arch/sh/
lib
/copy_page.S
View file @
9895f942
File moved
arch/sh/lib64/Makefile
View file @
9895f942
...
...
@@ -11,5 +11,5 @@
# Panic should really be compiled as PIC
lib-y
:=
udelay.o c-checksum.o dbg.o panic.o memcpy.o copy_user_memcpy.o
\
page_copy.o page_clear
.o
copy_page.o clear_page
.o
arch/sh/lib64/
page_clear
.S
→
arch/sh/lib64/
clear_page
.S
View file @
9895f942
File moved
arch/sh/lib64/
page_copy
.S
→
arch/sh/lib64/
copy_page
.S
View file @
9895f942
File moved
arch/sh/mm/Makefile_32
View file @
9895f942
...
...
@@ -12,8 +12,7 @@ obj-$(CONFIG_SH7705_CACHE_32KB) += cache-sh7705.o
endif
mmu-y := tlb-nommu.o pg-nommu.o
mmu-$(CONFIG_MMU) := fault_32.o clear_page.o copy_page.o tlbflush_32.o \
ioremap_32.o
mmu-$(CONFIG_MMU) := fault_32.o tlbflush_32.o ioremap_32.o
obj-y += $(mmu-y)
...
...
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