From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net/tulip: don't warn about unknown ARM architecture Date: Mon, 02 Feb 2015 18:54:01 -0800 (PST) Message-ID: <20150202.185401.1529004777101807716.davem@davemloft.net> References: <1780413.LLpv9s01CB@wuerfel> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, grundler@parisc-linux.org To: arnd@arndb.de Return-path: In-Reply-To: <1780413.LLpv9s01CB@wuerfel> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arnd Bergmann Date: Fri, 30 Jan 2015 22:58:19 +0100 > ARM has 32-byte cache lines, which according to the comment in > the init registers function seems to work best with the default > value of 0x4800 that is also used on sparc and parisc. > > This adds ARM to the same list, to use that default but no > longer warn about it. > > Signed-off-by: Arnd Bergmann Applied, thanks a lot.