aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.3/025-smp_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-10 01:01:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-10 01:01:55 +0000
commitf4caeaa7c6af61ca81d3cfa5519df225d365af86 (patch)
tree60c7e9d7c4b1dd74f207ff27603113416b5a278e /target/linux/cns3xxx/patches-3.3/025-smp_support.patch
parent74f01164205571ab03dd09dd5ec273b6fadb1483 (diff)
downloadmaster-187ad058-f4caeaa7c6af61ca81d3cfa5519df225d365af86.tar.gz
master-187ad058-f4caeaa7c6af61ca81d3cfa5519df225d365af86.tar.bz2
master-187ad058-f4caeaa7c6af61ca81d3cfa5519df225d365af86.zip
cns3xxx: remove linux 3.3 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/025-smp_support.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.3/025-smp_support.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/025-smp_support.patch b/target/linux/cns3xxx/patches-3.3/025-smp_support.patch
deleted file mode 100644
index 578cbaf35e..0000000000
--- a/target/linux/cns3xxx/patches-3.3/025-smp_support.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/arch/arm/mach-cns3xxx/Makefile
-+++ b/arch/arm/mach-cns3xxx/Makefile
-@@ -1,3 +1,6 @@
- obj-$(CONFIG_ARCH_CNS3XXX) += core.o pm.o devices.o
- obj-$(CONFIG_PCI) += pcie.o
- obj-$(CONFIG_MACH_CNS3420VB) += cns3420vb.o
-+obj-$(CONFIG_SMP) += platsmp.o headsmp.o
-+obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
-+obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
---- a/arch/arm/Kconfig
-+++ b/arch/arm/Kconfig
-@@ -372,6 +372,7 @@ config ARCH_CNS3XXX
- select MIGHT_HAVE_CACHE_L2X0
- select MIGHT_HAVE_PCI
- select PCI_DOMAINS if PCI
-+ select HAVE_SMP
- help
- Support for Cavium Networks CNS3XXX platform.
-