Le 28/03/2016 18:36, Florian Fainelli a écrit : > Le 03/02/2016 18:14, Florian Fainelli a écrit : >> Hi all, >> >> This patch series adds BCM7435/BMIPS52000 SMP support, it builds >> on top of the series submitted here: >> >> https://www.linux-mips.org/archives/linux-mips/2016-01/msg00737.html > > Ralf, can you also queue these for 4.6 if they look okay to you? Thanks! Same here, can this make it into 4.6? Thanks > >> >> Florian Fainelli (4): >> MIPS: BMIPS: Add Whirlwind (BMIPS5200) initialization code >> MIPS: BMIPS: Add missing 7038 L1 register cells to BCM7435 >> MIPS: BMIPS: Remove maxcpus from BCM97435SVMB DTS >> MIPS: BMIPS: Fill in current_cpu_data.core >> >> arch/mips/boot/dts/brcm/bcm7435.dtsi | 5 +- >> arch/mips/boot/dts/brcm/bcm97435svmb.dts | 2 +- >> arch/mips/kernel/Makefile | 2 +- >> arch/mips/kernel/bmips_5xxx_init.S | 753 +++++++++++++++++++++++++++++++ >> arch/mips/kernel/bmips_vec.S | 41 +- >> arch/mips/kernel/smp-bmips.c | 1 + >> 6 files changed, 797 insertions(+), 7 deletions(-) >> create mode 100644 arch/mips/kernel/bmips_5xxx_init.S >> > > -- Florian