0042-arch-mips-increase-io_space_limit.patch 693 B

1234567891011121314151617181920212223
  1. From 9807eb80a1b3bad7a4a89aa6566497bb1cadd6ef Mon Sep 17 00:00:00 2001
  2. From: John Crispin <john@phrozen.org>
  3. Date: Fri, 3 Jun 2016 13:12:20 +0200
  4. Subject: [PATCH] arch: mips: increase io_space_limit
  5. this value comes from x86 and breaks some pci devices
  6. Signed-off-by: John Crispin <john@phrozen.org>
  7. ---
  8. arch/mips/include/asm/io.h | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. --- a/arch/mips/include/asm/io.h
  11. +++ b/arch/mips/include/asm/io.h
  12. @@ -50,7 +50,7 @@
  13. /* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */
  14. -#define IO_SPACE_LIMIT 0xffff
  15. +#define IO_SPACE_LIMIT 0xffffffff
  16. /*
  17. * On MIPS I/O ports are memory mapped, so we access them using normal