lantiq: add swconfig to the default packages
[oweals/openwrt.git] / target / linux / lantiq / patches-4.4 / 0042-arch-mips-increase-io_space_limit.patch
index 3bc2a62306dad5ef8422c6440ec2f6d57de40e10..14b417e690db10532a368485c215af3f55579d46 100644 (file)
@@ -10,8 +10,6 @@ Signed-off-by: John Crispin <john@phrozen.org>
  arch/mips/include/asm/io.h |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h
-index d10fd80..d42eac9 100644
 --- a/arch/mips/include/asm/io.h
 +++ b/arch/mips/include/asm/io.h
 @@ -50,7 +50,7 @@
@@ -19,10 +17,7 @@ index d10fd80..d42eac9 100644
  /* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */
  
 -#define IO_SPACE_LIMIT 0xffff
-+#define IO_SPACE_LIMIT 0x200000
++#define IO_SPACE_LIMIT 0xffffffff
  
  /*
   * On MIPS I/O ports are memory mapped, so we access them using normal
--- 
-1.7.10.4
-