[SPARC64]: Do not assume sun4v chips have load-twin/store-init support.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 9 Aug 2007 00:11:39 +0000 (17:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 9 Aug 2007 00:33:45 +0000 (17:33 -0700)
Check the cpu type in the OBP device tree before committing to
using the optimized Niagara memcpy and memset implementation.

If we don't recognize the cpu type, use a completely generic
version.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found