[kernel] refresh patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.23 / 920-ppc_big_endian_io_memory_accessors.patch
index a3221fa..1cc9513 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);
  }
  
This page took 0.024371 seconds and 4 git commands to generate.