- new upstream kernel 2.6.28.5
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.24 / 930-ppc_big_endian_io_memory_accessors.patch
index ac01c274736f7296c63084d58f96c2b9d50f2c5d..25abf821df82702c6fc3211e4fb7376e7b5a279d 100644 (file)
@@ -30,10 +30,8 @@ and didn't make it with the ppc32 equivalent. Thanks.
 
 
 ---
-Index: linux-2.6.24.7/include/asm-ppc/io.h
-===================================================================
---- linux-2.6.24.7.orig/include/asm-ppc/io.h
-+++ linux-2.6.24.7/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);
  }