Message ID | op.vx8nefym2s3iss@ecaz (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p677aOF6009582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <patchwork-linux-arm@patchwork.kernel.org>; Thu, 7 Jul 2011 07:36:45 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qej8B-00025U-5Q; Thu, 07 Jul 2011 07:36:15 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qej8A-0006Hf-RR; Thu, 07 Jul 2011 07:36:14 +0000 Received: from arrakis.dune.hu ([78.24.191.176]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qej87-0006HL-Oc for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2011 07:36:12 +0000 Received: from localhost (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 49F0123C00E7; Thu, 7 Jul 2011 09:36:07 +0200 (CEST) X-Virus-Scanned: at arrakis.dune.hu X-Spam-Flag: NO X-Spam-Score: -2.527 X-Spam-Level: X-Spam-Status: No, score=-2.527 required=5 tests=[ALL_TRUSTED=-1.8, AWL=0.742, BAYES_00=-2.599, DNS_FROM_OPENWHOIS=1.13] autolearn=no Received: from arrakis.dune.hu ([127.0.0.1]) by localhost (arrakis.dune.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GQzBRGidas7j; Thu, 7 Jul 2011 09:36:05 +0200 (CEST) Received: from ecaz (firewall.ahiv.hu [195.228.168.220]) by arrakis.dune.hu (Postfix) with ESMTPSA id 7ED8223C00E2; Thu, 7 Jul 2011 09:36:05 +0200 (CEST) To: "Anton Vorontsov" <avorontsov@mvista.com>, "Lin Mac" <mkl0301@gmail.com> Subject: Re: [PATCH] ARM: cns3xxx: Add support for L2 Cache Controller References: <20110706140832.GA15946@oksana.dev.rtsoft.ru> <CAK1hUK-gFwcHzEqFz8+T8Vm7CL5GnHAXureVizfNOBm=8h2mRw@mail.gmail.com> Date: Thu, 07 Jul 2011 09:36:05 +0200 MIME-Version: 1.0 From: "Imre Kaloz" <kaloz@openwrt.org> Organization: OpenWrt - Wireless Freedom Message-ID: <op.vx8nefym2s3iss@ecaz> In-Reply-To: <CAK1hUK-gFwcHzEqFz8+T8Vm7CL5GnHAXureVizfNOBm=8h2mRw@mail.gmail.com> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110707_033611_951361_06AFC4D2 X-CRM114-Status: GOOD ( 11.94 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- Cc: linux-arm-kernel@lists.infradead.org, Tommy Lin <tommy.lin.1101@gmail.com>, Russell King <linux@arm.linux.org.uk>, mac.lin@caviumnetworks.com, Arnd Bergmann <arnd@arndb.de> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed"; DelSp="yes" Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 07 Jul 2011 07:36:45 +0000 (UTC) |
--- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -322,7 +322,7 @@ config ARCH_CLPS711X config ARCH_CNS3XXX bool "Cavium Networks CNS3XXX family" - select CPU_V6 + select CPU_V6K select GENERIC_CLOCKEVENTS select ARM_GIC select MIGHT_HAVE_PCI