diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2014-06-01 21:20:46 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-11 02:35:38 -0400 |
| commit | fb5a515704d7e84c139140a83c5eff515adfc000 (patch) | |
| tree | 52ef9e21292cec6f8d1e936661f230b2db43978c /arch/powerpc/kernel/Makefile | |
| parent | 94314290ed719cf64619dfc42df8f84161a36892 (diff) | |
powerpc: Remove platforms/wsp and associated pieces
__attribute__ ((unused))
WSP is the last user of CONFIG_PPC_A2, so we remove that as well.
Although CONFIG_PPC_ICSWX still exists, it's no longer selectable for
any Book3E platform, so we can remove the code in mmu-book3e.h that
depended on it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
| -rw-r--r-- | arch/powerpc/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index fab19ec25597..670c312d914e 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
| @@ -43,7 +43,6 @@ obj-$(CONFIG_PPC_BOOK3S_64) += cpu_setup_power.o | |||
| 43 | obj-$(CONFIG_PPC_BOOK3S_64) += mce.o mce_power.o | 43 | obj-$(CONFIG_PPC_BOOK3S_64) += mce.o mce_power.o |
| 44 | obj64-$(CONFIG_RELOCATABLE) += reloc_64.o | 44 | obj64-$(CONFIG_RELOCATABLE) += reloc_64.o |
| 45 | obj-$(CONFIG_PPC_BOOK3E_64) += exceptions-64e.o idle_book3e.o | 45 | obj-$(CONFIG_PPC_BOOK3E_64) += exceptions-64e.o idle_book3e.o |
| 46 | obj-$(CONFIG_PPC_A2) += cpu_setup_a2.o | ||
| 47 | obj-$(CONFIG_PPC64) += vdso64/ | 46 | obj-$(CONFIG_PPC64) += vdso64/ |
| 48 | obj-$(CONFIG_ALTIVEC) += vecemu.o | 47 | obj-$(CONFIG_ALTIVEC) += vecemu.o |
| 49 | obj-$(CONFIG_PPC_970_NAP) += idle_power4.o | 48 | obj-$(CONFIG_PPC_970_NAP) += idle_power4.o |
