From f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 2 Dec 2015 21:52:41 +0000 Subject: kernel: update 4.1 to 4.1.13 - two upstreamed patches removed - compile tested all targets using 4.1 - run tested ar71xx Signed-off-by: Roman Yeryomin Signed-off-by: Hauke Mehrtens SVN-Revision: 47694 --- .../mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target/linux/mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch') diff --git a/target/linux/mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch b/target/linux/mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch index 8910532e18..c03fb5f6cb 100644 --- a/target/linux/mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch +++ b/target/linux/mediatek/patches/0042-ARM-mediatek-add-smp-bringup-code.patch @@ -13,8 +13,6 @@ Signed-off-by: Yingjoe Chen 2 files changed, 148 insertions(+) create mode 100644 arch/arm/mach-mediatek/platsmp.c -diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile -index 43e619f..2116460 100644 --- a/arch/arm/mach-mediatek/Makefile +++ b/arch/arm/mach-mediatek/Makefile @@ -1 +1,4 @@ @@ -22,9 +20,6 @@ index 43e619f..2116460 100644 +obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o +endif obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o -diff --git a/arch/arm/mach-mediatek/platsmp.c b/arch/arm/mach-mediatek/platsmp.c -new file mode 100644 -index 0000000..e266b3d --- /dev/null +++ b/arch/arm/mach-mediatek/platsmp.c @@ -0,0 +1,145 @@ @@ -173,6 +168,3 @@ index 0000000..e266b3d + .smp_boot_secondary = mtk_boot_secondary, +}; +CPU_METHOD_OF_DECLARE(mt65xx_smp, "mediatek,mt65xx-smp", &mt65xx_smp_ops); --- -1.7.10.4 - -- cgit v1.2.3