s390: remove "64" suffix from mem64.S and swsusp_asm64.S
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 24 Mar 2015 07:10:53 +0000 (08:10 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 25 Mar 2015 10:49:51 +0000 (11:49 +0100)
commit304987e36577e308be483113fa85cef8d1b948d8
treeaf588ccf3d3ef7c82d12a5a22a6f96e16b86a989
parent3be7ae6350c2418efc51aa779a31a6e27c47e046
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>
arch/s390/kernel/Makefile
arch/s390/kernel/swsusp.S [new file with mode: 0644]
arch/s390/kernel/swsusp_asm64.S [deleted file]
arch/s390/lib/Makefile
arch/s390/lib/mem.S [new file with mode: 0644]
arch/s390/lib/mem64.S [deleted file]