[POWERPC] Spider uses low level BE MMIO accessors
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 11 Nov 2006 06:25:13 +0000 (17:25 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:38:55 +0000 (20:38 +1100)
commit3bc0f40c287a435805b0545ffc44ea41f11cd43e
treea30860fe647dc7acc674d3da149aad22d6150b24
parent014da7ff47b559e5f0ae3e044b73f0359c08153d
[POWERPC] Spider uses low level BE MMIO accessors

We use the powerpc specific low level MMIO accessor variants instead
of readl() or readl_be() because we know spidernet is not a real PCI
device and we can thus avoid the performance hit caused by the PCI
workarounds.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/net/spider_net.c