X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/afc90574b4badb77ea9cf1be7393249482e89035..3ead8ebbe26760ffaa2cfd06a8ee84547235fef4:/target/linux/generic-2.6/patches-2.6.25/930-ppc_big_endian_io_memory_accessors.patch diff --git a/target/linux/generic-2.6/patches-2.6.25/930-ppc_big_endian_io_memory_accessors.patch b/target/linux/generic-2.6/patches-2.6.25/930-ppc_big_endian_io_memory_accessors.patch index f616efbf3..25abf821d 100644 --- a/target/linux/generic-2.6/patches-2.6.25/930-ppc_big_endian_io_memory_accessors.patch +++ b/target/linux/generic-2.6/patches-2.6.25/930-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.25.4/include/asm-ppc/io.h -=================================================================== ---- linux-2.6.25.4.orig/include/asm-ppc/io.h -+++ linux-2.6.25.4/include/asm-ppc/io.h +--- a/include/asm-ppc/io.h ++++ b/include/asm-ppc/io.h @@ -413,11 +413,21 @@ static inline unsigned int ioread16(void return readw(addr); }