]> git.baikalelectronics.ru Git - kernel.git/commit
net/tulip: don't warn about unknown ARM architecture
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Jan 2015 21:58:19 +0000 (22:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 02:53:34 +0000 (18:53 -0800)
commit3c04c6493eb1994e8cbc8dcd179f8f60f9b3a76c
tree9e2cb51d3fd99e370cd4074abe6a5c5977f8fe12
parent953dde288aa77e461692d7cf978501b5541e9211
net/tulip: don't warn about unknown ARM architecture

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 <arnd@arndb.de>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/dec/tulip/winbond-840.c