From 9a6acd5adddc5dd0604a3f7ada6608885e445293 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 8 Sep 2014 14:43:02 -0400 Subject: Remove ppc32 support The powerpc secondary arch team has disabled all ppc32 builds in koji for F21 and beyond: https://lists.fedoraproject.org/pipermail/ppc/2014-May/002801.html FESCo also recently said that dropped or new architectures must essentially prove they have an active and viable effort behind them before being considered for Secondary Arch support. This effort has not materialized in the interim since the current powerpc team dropped ppc32. There's little point in keeping support for ppc32 support in the kernel package when it will never be built. This also removes the -smp variant and with_smp* support, as that was only used on ppc32. --- config-powerpc32-smp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config-powerpc32-smp (limited to 'config-powerpc32-smp') diff --git a/config-powerpc32-smp b/config-powerpc32-smp deleted file mode 100644 index 5dbe87f7f..000000000 --- a/config-powerpc32-smp +++ /dev/null @@ -1,3 +0,0 @@ -# CONFIG_HOTPLUG_CPU is not set -CONFIG_NR_CPUS=4 -# CONFIG_BATTERY_PMU is not set -- cgit