diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2015-03-24 08:10:53 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2015-03-25 11:49:51 +0100 |
commit | 304987e36577e308be483113fa85cef8d1b948d8 (patch) | |
tree | af588ccf3d3ef7c82d12a5a22a6f96e16b86a989 /arch/s390/lib | |
parent | 3be7ae6350c2418efc51aa779a31a6e27c47e046 (diff) | |
download | linux-304987e36577e308be483113fa85cef8d1b948d8.tar.gz linux-304987e36577e308be483113fa85cef8d1b948d8.tar.bz2 linux-304987e36577e308be483113fa85cef8d1b948d8.zip |
s390: remove "64" suffix from mem64.S and swsusp_asm64.S
Rename two more files which I forgot. Also remove the "asm" from the
swsusp_asm64.S file, since the ".S" suffix already makes it obvious
that this file contains assembler code.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/lib')
-rw-r--r-- | arch/s390/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/s390/lib/mem.S (renamed from arch/s390/lib/mem64.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile index 15536da68e18..0e8fefe5b0ce 100644 --- a/arch/s390/lib/Makefile +++ b/arch/s390/lib/Makefile @@ -3,7 +3,7 @@ # lib-y += delay.o string.o uaccess.o find.o -obj-y += mem64.o +obj-y += mem.o lib-$(CONFIG_SMP) += spinlock.o lib-$(CONFIG_KPROBES) += probes.o lib-$(CONFIG_UPROBES) += probes.o diff --git a/arch/s390/lib/mem64.S b/arch/s390/lib/mem.S index c6d553e85ab1..c6d553e85ab1 100644 --- a/arch/s390/lib/mem64.S +++ b/arch/s390/lib/mem.S |