diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 22:46:14 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:54 +0900 |
commit | 9895f9429cb489ba271c06767531083ae4c4bcbe (patch) | |
tree | 5f6c410bf94021e9f1f309ad624f0add23eb92fa /arch/sh/lib64 | |
parent | efddb4c882a64b7ca44b2a089d20020b30a2c6dd (diff) | |
download | linux-stable-9895f9429cb489ba271c06767531083ae4c4bcbe.tar.gz linux-stable-9895f9429cb489ba271c06767531083ae4c4bcbe.tar.bz2 linux-stable-9895f9429cb489ba271c06767531083ae4c4bcbe.zip |
sh: clear/copy_page renames in lib and lib64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib64')
-rw-r--r-- | arch/sh/lib64/Makefile | 2 | ||||
-rw-r--r-- | arch/sh/lib64/clear_page.S (renamed from arch/sh/lib64/page_clear.S) | 0 | ||||
-rw-r--r-- | arch/sh/lib64/copy_page.S (renamed from arch/sh/lib64/page_copy.S) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib64/Makefile b/arch/sh/lib64/Makefile index 2f4086ac6f99..9950966923a0 100644 --- a/arch/sh/lib64/Makefile +++ b/arch/sh/lib64/Makefile @@ -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 diff --git a/arch/sh/lib64/page_clear.S b/arch/sh/lib64/clear_page.S index 007ab48ecc1c..007ab48ecc1c 100644 --- a/arch/sh/lib64/page_clear.S +++ b/arch/sh/lib64/clear_page.S diff --git a/arch/sh/lib64/page_copy.S b/arch/sh/lib64/copy_page.S index 0ec6fca63b56..0ec6fca63b56 100644 --- a/arch/sh/lib64/page_copy.S +++ b/arch/sh/lib64/copy_page.S |