Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151AbbKOQhg (ORCPT ); Sun, 15 Nov 2015 11:37:36 -0500 Received: from proxima.lp0.eu ([81.2.80.65]:53583 "EHLO proxima.lp0.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbbKOQhd (ORCPT ); Sun, 15 Nov 2015 11:37:33 -0500 To: Kevin Cernekee , Florian Fainelli , linux-mips@linux-mips.org Cc: Ralf Baechle , Linux Kernel Mailing List From: Simon Arlott Subject: [PATCH] MIPS: bmips: Support SMP on BCM63168 Message-ID: <5648B4C3.3090508@simon.arlott.org.uk> Date: Sun, 15 Nov 2015 16:37:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 29 The BCM63168 requires the same CPU1 fix as BCM6368. Signed-off-by: Simon Arlott --- arch/mips/bmips/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/bmips/setup.c b/arch/mips/bmips/setup.c index 526ec27..00409db 100644 --- a/arch/mips/bmips/setup.c +++ b/arch/mips/bmips/setup.c @@ -105,6 +105,7 @@ static const struct bmips_quirk bmips_quirk_list[] = { { "brcm,bcm33843-viper", &bcm3384_viper_quirks }, { "brcm,bcm6328", &bcm6328_quirks }, { "brcm,bcm6368", &bcm6368_quirks }, + { "brcm,bcm63168", &bcm6368_quirks }, { }, }; -- 2.1.4 -- Simon Arlott -- 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/