generic-2.6/2.6.23: refresh patches
[openwrt/staging/florian.git] / target / linux / generic-2.6 / patches-2.6.23 / 920-ppc_big_endian_io_memory_accessors.patch
index a3221fa9a5d969bc8c7703032dd08a13b1e914cf..1cc95132f30ca79c6c7f44a2b5d9f170088d1c19 100644 (file)
@@ -32,7 +32,7 @@ and didn't make it with the ppc32 equivalent. Thanks.
 ---
 --- a/include/asm-ppc/io.h
 +++ b/include/asm-ppc/io.h
-@@ -453,11 +453,21 @@
+@@ -453,11 +453,21 @@ static inline unsigned int ioread16(void
        return readw(addr);
  }
  
@@ -54,7 +54,7 @@ and didn't make it with the ppc32 equivalent. Thanks.
  static inline void iowrite8(u8 val, void __iomem *addr)
  {
        writeb(val, addr);
-@@ -468,11 +478,21 @@
+@@ -468,11 +478,21 @@ static inline void iowrite16(u16 val, vo
        writew(val, addr);
  }