commit | 3bc0f40c287a435805b0545ffc44ea41f11cd43e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Nov 11 17:25:13 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:38:55 2006 +1100 |
tree | a30860fe647dc7acc674d3da149aad22d6150b24 | |
parent | 014da7ff47b559e5f0ae3e044b73f0359c08153d [diff] |
[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>