commit | 6ad4e70cafc43155d3a7e6e796e8b6b6967fc9e2 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Nov 21 13:45:56 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:39:09 2006 +1100 |
tree | 9c2a83d42054a50c73c432f861eb73db4121272f | |
parent | 757db1ed9b50d28cd4c1e7d9925c9ea7783b2f91 [diff] |
[POWERPC] Fix IDE build with ARCH=ppc The recent IO accessor changes broke IDE on arch/ppc due to the IDE stream IO macros using the new reads/writes{b,w,l} accessors that are only defined for arch/powerpc. This adds them to arch/ppc. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>