]> git.baikalelectronics.ru Git - kernel.git/commit
s390: remove 31 bit support
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 12 Feb 2015 12:08:27 +0000 (13:08 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 25 Mar 2015 10:49:33 +0000 (11:49 +0100)
commit1796ea228d5fb2a31454aba0e4606a94e259db62
tree37264d49f069812f19ced94e6ae171814fb7e498
parent819b2d5e41185118def50633bd545ccf05bf11a7
s390: remove 31 bit support

Remove the 31 bit support in order to reduce maintenance cost and
effectively remove dead code. Since a couple of years there is no
distribution left that comes with a 31 bit kernel.

The 31 bit kernel also has been broken since more than a year before
anybody noticed. In addition I added a removal warning to the kernel
shown at ipl for 5 minutes: 17b1a2d4e23e ("s390: add 31 bit warning
message") which let everybody know about the plan to remove 31 bit
code. We didn't get any response.

Given that the last 31 bit only machine was introduced in 1999 let's
remove the code.
Anybody with 31 bit user space code can still use the compat mode.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
97 files changed:
arch/s390/Kbuild
arch/s390/Kconfig
arch/s390/Makefile
arch/s390/boot/compressed/Makefile
arch/s390/boot/compressed/head31.S [deleted file]
arch/s390/boot/compressed/vmlinux.lds.S
arch/s390/hypfs/hypfs_diag0c.c
arch/s390/include/asm/appldata.h
arch/s390/include/asm/atomic.h
arch/s390/include/asm/bitops.h
arch/s390/include/asm/cputime.h
arch/s390/include/asm/ctl_reg.h
arch/s390/include/asm/elf.h
arch/s390/include/asm/idals.h
arch/s390/include/asm/jump_label.h
arch/s390/include/asm/lowcore.h
arch/s390/include/asm/mman.h
arch/s390/include/asm/mmu_context.h
arch/s390/include/asm/percpu.h
arch/s390/include/asm/perf_event.h
arch/s390/include/asm/pgalloc.h
arch/s390/include/asm/pgtable.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/ptrace.h
arch/s390/include/asm/qdio.h
arch/s390/include/asm/runtime_instr.h
arch/s390/include/asm/rwsem.h
arch/s390/include/asm/setup.h
arch/s390/include/asm/sfp-util.h
arch/s390/include/asm/sparsemem.h
arch/s390/include/asm/switch_to.h
arch/s390/include/asm/thread_info.h
arch/s390/include/asm/tlb.h
arch/s390/include/asm/tlbflush.h
arch/s390/include/asm/types.h
arch/s390/include/asm/unistd.h
arch/s390/include/asm/vdso.h
arch/s390/kernel/Makefile
arch/s390/kernel/asm-offsets.c
arch/s390/kernel/base.S
arch/s390/kernel/cpcmd.c
arch/s390/kernel/diag.c
arch/s390/kernel/dis.c
arch/s390/kernel/dumpstack.c
arch/s390/kernel/early.c
arch/s390/kernel/entry.S [deleted file]
arch/s390/kernel/head.S
arch/s390/kernel/head31.S [deleted file]
arch/s390/kernel/head_kdump.S
arch/s390/kernel/ipl.c
arch/s390/kernel/module.c
arch/s390/kernel/nmi.c
arch/s390/kernel/pgm_check.S
arch/s390/kernel/process.c
arch/s390/kernel/ptrace.c
arch/s390/kernel/reipl.S [deleted file]
arch/s390/kernel/relocate_kernel.S [deleted file]
arch/s390/kernel/sclp.S
arch/s390/kernel/setup.c
arch/s390/kernel/signal.c
arch/s390/kernel/smp.c
arch/s390/kernel/sys_s390.c
arch/s390/kernel/traps.c
arch/s390/kernel/vdso.c
arch/s390/kernel/vmlinux.lds.S
arch/s390/lib/Makefile
arch/s390/lib/div64.c [deleted file]
arch/s390/lib/mem32.S [deleted file]
arch/s390/lib/qrnnd.S [deleted file]
arch/s390/lib/uaccess.c
arch/s390/lib/ucmpdi2.c [deleted file]
arch/s390/math-emu/Makefile [deleted file]
arch/s390/math-emu/math.c [deleted file]
arch/s390/mm/dump_pagetables.c
arch/s390/mm/extmem.c
arch/s390/mm/fault.c
arch/s390/mm/gup.c
arch/s390/mm/init.c
arch/s390/mm/mem_detect.c
arch/s390/mm/mmap.c
arch/s390/mm/pageattr.c
arch/s390/mm/pgtable.c
arch/s390/mm/vmem.c
arch/s390/oprofile/Makefile
arch/s390/oprofile/init.c
drivers/s390/block/dasd.c
drivers/s390/block/dasd_diag.h
drivers/s390/block/dasd_eckd.c
drivers/s390/block/dasd_fba.c
drivers/s390/char/Kconfig
drivers/s390/char/sclp_sdias.c
drivers/s390/char/zcore.c
drivers/s390/cio/cio.c
drivers/s390/cio/qdio.h
drivers/s390/cio/qdio_setup.c
drivers/s390/crypto/ap_bus.c
drivers/s390/net/ctcm_mpc.c