X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f0c66715de5f063152d8bca967bee53ae8a0e4a3..0723f810ee8d1c24ce7720496be4cdd988f9fb3f:/target/linux/generic-2.6/patches-2.6.23/920-ppc_big_endian_io_memory_accessors.patch diff --git a/target/linux/generic-2.6/patches-2.6.23/920-ppc_big_endian_io_memory_accessors.patch b/target/linux/generic-2.6/patches-2.6.23/920-ppc_big_endian_io_memory_accessors.patch index aef121181..1cc95132f 100644 --- a/target/linux/generic-2.6/patches-2.6.23/920-ppc_big_endian_io_memory_accessors.patch +++ b/target/linux/generic-2.6/patches-2.6.23/920-ppc_big_endian_io_memory_accessors.patch @@ -30,10 +30,8 @@ and didn't make it with the ppc32 equivalent. Thanks. --- -Index: linux-2.6.23.17/include/asm-ppc/io.h -=================================================================== ---- linux-2.6.23.17.orig/include/asm-ppc/io.h -+++ linux-2.6.23.17/include/asm-ppc/io.h +--- a/include/asm-ppc/io.h ++++ b/include/asm-ppc/io.h @@ -453,11 +453,21 @@ static inline unsigned int ioread16(void return readw(addr); }