add thermal symbol to the generic .25 config
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.23 / 920-ppc_big_endian_io_memory_accessors.patch
index 939e590a1815001ff65e21e92e4051598fc9810b..a3221fa9a5d969bc8c7703032dd08a13b1e914cf 100644 (file)
@@ -30,10 +30,9 @@ and didn't make it with the ppc32 equivalent. Thanks.
 
 
 ---
-diff -uprN a/include/asm-ppc/io.h b/include/asm-ppc/io.h
---- a/include/asm-ppc/io.h     2005-08-21 17:49:44.000000000 -0400
-+++ b/include/asm-ppc/io.h     2005-08-21 20:29:55.000000000 -0400
-@@ -487,11 +487,21 @@ static inline unsigned int ioread16(void
+--- a/include/asm-ppc/io.h
++++ b/include/asm-ppc/io.h
+@@ -453,11 +453,21 @@
        return readw(addr);
  }
  
@@ -55,7 +54,7 @@ diff -uprN a/include/asm-ppc/io.h b/include/asm-ppc/io.h
  static inline void iowrite8(u8 val, void __iomem *addr)
  {
        writeb(val, addr);
-@@ -502,11 +512,21 @@ static inline void iowrite16(u16 val, vo
+@@ -468,11 +478,21 @@
        writew(val, addr);
  }
  
@@ -77,4 +76,3 @@ diff -uprN a/include/asm-ppc/io.h b/include/asm-ppc/io.h
  static inline void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)
  {
        _insb(addr, dst, count);
-