Skip to content

Commit b3bdfdf

Browse files
committed
s390: Rename head64.S to head.S
All the code is 64 bit, therefore remove the superfluous suffix. Reviewed-by: Jens Remus <jremus@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 5e811b9 commit b3bdfdf

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/s390/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CFLAGS_stacktrace.o += -fno-optimize-sibling-calls
3636
CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
3737
CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
3838

39-
obj-y := head64.o traps.o time.o process.o early.o setup.o idle.o vtime.o
39+
obj-y := head.o traps.o time.o process.o early.o setup.o idle.o vtime.o
4040
obj-y += processor.o syscall.o ptrace.o signal.o cpcmd.o ebcdic.o nmi.o
4141
obj-y += debug.o irq.o ipl.o dis.o vdso.o cpufeature.o
4242
obj-y += sysinfo.o lgr.o os_info.o ctlreg.o

arch/s390/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct exception_table_entry __amode31_ref *__stop_amode31_ex_table = _stop_amod
110110
* Because the AMODE31 sections are relocated below 2G at startup,
111111
* the content of control registers CR2, CR5 and CR15 must be updated
112112
* with new addresses after the relocation. The initial initialization of
113-
* control registers occurs in head64.S and then gets updated again after AMODE31
113+
* control registers occurs in head.S and then gets updated again after AMODE31
114114
* relocation. We must access the relevant AMODE31 tables indirectly via
115115
* pointers placed in the .amode31.refs linker section. Those pointers get
116116
* updated automatically during AMODE31 relocation and always contain a valid

0 commit comments

Comments
 (0)