]> git.baikalelectronics.ru Git - 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)
commitf8fed06ba2f523033e4bb40a3914c7c95877eac6
tree8bf60406e6276da9013902bd4f09b6db3b6c2b89
parentc5dd13f5189d2d512d72e017ef58f0ab8a93c2af
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