Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754432AbbHEWnF (ORCPT ); Wed, 5 Aug 2015 18:43:05 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:61843 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752101AbbHEWnE (ORCPT ); Wed, 5 Aug 2015 18:43:04 -0400 From: Paul Burton To: CC: Paul Burton , , James Hogan , Markos Chandras , Ralf Baechle Subject: [PATCH 0/6] MIPS CPS SMP fixes, debug & cleanups Date: Wed, 5 Aug 2015 15:42:34 -0700 Message-ID: <1438814560-19821-1-git-send-email-paul.burton@imgtec.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.159.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1100 Lines: 28 This series fixes a few issues with the MIPS Coherent Processing System SMP implementation, provides some extra capabilities with regards to debug and does a little spring cleaning. A couple of the issues fixed were introduced in v4.1-rc1 and (spuriously) marked for stable backports as far as v3.16, so the fixes in this series are marked likewise. Applies atop v4.2-rc5. Paul Burton (6): MIPS: CPS: use 32b accesses to GCRs MIPS: CPS: stop dangling delay slot from has_mt MIPS: CPS: don't include MT code in non-MT kernels MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT MIPS: CONFIG_MIPS_MT_SMP should depend upon CPU_MIPSR2 MIPS: CPS: drop .set mips64r2 directives arch/mips/Kconfig | 2 +- arch/mips/kernel/cps-vec.S | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/