diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/boot/compressed/Makefile | 8 | ||||
-rw-r--r-- | arch/s390/boot/compressed/head.S (renamed from arch/s390/boot/compressed/head64.S) | 0 | ||||
-rw-r--r-- | arch/s390/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/s390/kernel/entry.S (renamed from arch/s390/kernel/entry64.S) | 0 | ||||
-rw-r--r-- | arch/s390/kernel/reipl.S (renamed from arch/s390/kernel/reipl64.S) | 4 | ||||
-rw-r--r-- | arch/s390/kernel/relocate_kernel.S (renamed from arch/s390/kernel/relocate_kernel64.S) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/arch/s390/boot/compressed/Makefile b/arch/s390/boot/compressed/Makefile index 254fb05c5d6c..d4788111c161 100644 --- a/arch/s390/boot/compressed/Makefile +++ b/arch/s390/boot/compressed/Makefile | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 | 7 | targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 |
8 | targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 | 8 | targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 |
9 | targets += misc.o piggy.o sizes.h head64.o | 9 | targets += misc.o piggy.o sizes.h head.o |
10 | 10 | ||
11 | KBUILD_CFLAGS := -m64 -D__KERNEL__ $(LINUX_INCLUDE) -O2 | 11 | KBUILD_CFLAGS := -m64 -D__KERNEL__ $(LINUX_INCLUDE) -O2 |
12 | KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING | 12 | KBUILD_CFLAGS += -DDISABLE_BRANCH_PROFILING |
@@ -17,7 +17,7 @@ KBUILD_CFLAGS += $(call cc-option,-ffreestanding) | |||
17 | GCOV_PROFILE := n | 17 | GCOV_PROFILE := n |
18 | 18 | ||
19 | OBJECTS := $(addprefix $(objtree)/arch/s390/kernel/, head.o sclp.o ebcdic.o) | 19 | OBJECTS := $(addprefix $(objtree)/arch/s390/kernel/, head.o sclp.o ebcdic.o) |
20 | OBJECTS += $(obj)/head64.o $(obj)/misc.o $(obj)/piggy.o | 20 | OBJECTS += $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o |
21 | 21 | ||
22 | LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T | 22 | LDFLAGS_vmlinux := --oformat $(LD_BFD) -e startup -T |
23 | $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) | 23 | $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) |
@@ -32,8 +32,8 @@ quiet_cmd_sizes = GEN $@ | |||
32 | $(obj)/sizes.h: vmlinux | 32 | $(obj)/sizes.h: vmlinux |
33 | $(call if_changed,sizes) | 33 | $(call if_changed,sizes) |
34 | 34 | ||
35 | AFLAGS_head64.o += -I$(obj) | 35 | AFLAGS_head.o += -I$(obj) |
36 | $(obj)/head64.o: $(obj)/sizes.h | 36 | $(obj)/head.o: $(obj)/sizes.h |
37 | 37 | ||
38 | CFLAGS_misc.o += -I$(obj) | 38 | CFLAGS_misc.o += -I$(obj) |
39 | $(obj)/misc.o: $(obj)/sizes.h | 39 | $(obj)/misc.o: $(obj)/sizes.h |
diff --git a/arch/s390/boot/compressed/head64.S b/arch/s390/boot/compressed/head.S index f86a4eef28a9..f86a4eef28a9 100644 --- a/arch/s390/boot/compressed/head64.S +++ b/arch/s390/boot/compressed/head.S | |||
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile index d94cbba95c50..a6d0b9dd05e6 100644 --- a/arch/s390/kernel/Makefile +++ b/arch/s390/kernel/Makefile | |||
@@ -33,7 +33,7 @@ obj-y += processor.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o nmi.o | |||
33 | obj-y += debug.o irq.o ipl.o dis.o diag.o sclp.o vdso.o | 33 | obj-y += debug.o irq.o ipl.o dis.o diag.o sclp.o vdso.o |
34 | obj-y += sysinfo.o jump_label.o lgr.o os_info.o machine_kexec.o pgm_check.o | 34 | obj-y += sysinfo.o jump_label.o lgr.o os_info.o machine_kexec.o pgm_check.o |
35 | obj-y += runtime_instr.o cache.o dumpstack.o | 35 | obj-y += runtime_instr.o cache.o dumpstack.o |
36 | obj-y += entry64.o reipl64.o relocate_kernel64.o | 36 | obj-y += entry.o reipl.o relocate_kernel.o |
37 | 37 | ||
38 | extra-y += head.o head64.o vmlinux.lds | 38 | extra-y += head.o head64.o vmlinux.lds |
39 | 39 | ||
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry.S index c329446a951d..c329446a951d 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry.S | |||
diff --git a/arch/s390/kernel/reipl64.S b/arch/s390/kernel/reipl.S index dc3b1273c4dc..52aab0bd84f8 100644 --- a/arch/s390/kernel/reipl64.S +++ b/arch/s390/kernel/reipl.S | |||
@@ -84,7 +84,7 @@ ENTRY(do_reipl_asm) | |||
84 | mvc __LC_PGM_NEW_PSW(16),.Lpcnew-.Lpg0(%r13) | 84 | mvc __LC_PGM_NEW_PSW(16),.Lpcnew-.Lpg0(%r13) |
85 | stsch .Lschib-.Lpg0(%r13) | 85 | stsch .Lschib-.Lpg0(%r13) |
86 | oi .Lschib+5-.Lpg0(%r13),0x84 | 86 | oi .Lschib+5-.Lpg0(%r13),0x84 |
87 | .Lecs: xi .Lschib+27-.Lpg0(%r13),0x01 | 87 | .Lecs: xi .Lschib+27-.Lpg0(%r13),0x01 |
88 | msch .Lschib-.Lpg0(%r13) | 88 | msch .Lschib-.Lpg0(%r13) |
89 | lghi %r0,5 | 89 | lghi %r0,5 |
90 | .Lssch: ssch .Liplorb-.Lpg0(%r13) | 90 | .Lssch: ssch .Liplorb-.Lpg0(%r13) |
@@ -106,7 +106,7 @@ ENTRY(do_reipl_asm) | |||
106 | bas %r14,.Ldisab-.Lpg0(%r13) | 106 | bas %r14,.Ldisab-.Lpg0(%r13) |
107 | .L003: st %r1,__LC_SUBCHANNEL_ID | 107 | .L003: st %r1,__LC_SUBCHANNEL_ID |
108 | lhi %r1,0 # mode 0 = esa | 108 | lhi %r1,0 # mode 0 = esa |
109 | slr %r0,%r0 # set cpuid to zero | 109 | slr %r0,%r0 # set cpuid to zero |
110 | sigp %r1,%r0,SIGP_SET_ARCHITECTURE # switch to esa mode | 110 | sigp %r1,%r0,SIGP_SET_ARCHITECTURE # switch to esa mode |
111 | lpsw 0 | 111 | lpsw 0 |
112 | .Ldisab: sll %r14,1 | 112 | .Ldisab: sll %r14,1 |
diff --git a/arch/s390/kernel/relocate_kernel64.S b/arch/s390/kernel/relocate_kernel.S index cfac28330b03..cfac28330b03 100644 --- a/arch/s390/kernel/relocate_kernel64.S +++ b/arch/s390/kernel/relocate_kernel.S | |||