]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
powerpc/32: Remove RELOCATABLE_PPC32
authorKevin Hao <haokexin@gmail.com>
Wed, 13 Jul 2016 01:14:40 +0000 (09:14 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 19 Jul 2016 10:17:07 +0000 (20:17 +1000)
commit27d1149667352772240655b65372a4294f992ea7
tree8bf60406e6276da9013902bd4f09b6db3b6c2b89
parent4c91bd6eeabb004f283db8a6854b134e2a2de1bc
powerpc/32: Remove RELOCATABLE_PPC32

It is seldom used in the kernel code and can be easily replaced by
either RELOCATABLE or PPC32. So there is no reason to keep a separate
kernel option for this.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/include/asm/page.h
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/vmlinux.lds.S
arch/powerpc/mm/init_32.c