Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752723AbbGWMgN (ORCPT ); Thu, 23 Jul 2015 08:36:13 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:33980 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752391AbbGWMgI (ORCPT ); Thu, 23 Jul 2015 08:36:08 -0400 Date: Thu, 23 Jul 2015 13:35:53 +0100 From: Russell King - ARM Linux To: Sebastian Reichel Cc: Tony Lindgren , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] ARM: errata 430973: move !ARCH_MULTIPLATFORM to Kconfig Message-ID: <20150723123553.GE7576@n2100.arm.linux.org.uk> References: <1437612483-30160-1-git-send-email-sre@kernel.org> <1437612483-30160-4-git-send-email-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437612483-30160-4-git-send-email-sre@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 917 Lines: 21 On Thu, Jul 23, 2015 at 02:48:03AM +0200, Sebastian Reichel wrote: > Having the !ARCH_MULTIPLATFORM dependency in the Kconfig file results > in one option less to think about when configuring the kernel. > -#if defined(CONFIG_ARM_ERRATA_430973) && !defined(CONFIG_ARCH_MULTIPLATFORM) > +#ifdef CONFIG_ARM_ERRATA_430973 > teq r3, #0x00100000 @ only present in r1p* > mrceq p15, 0, r0, c1, c0, 1 @ read aux control register > orreq r0, r0, #(1 << 6) @ set IBE to 1 NAK. Please read the mailing list history, I'm not repeating myself again on this. Thanks. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- 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/