diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-07-28 18:36:57 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-28 23:49:53 +0300 |
commit | 21a379a8cf917e4c45a3c50d8203859ea318c450 (patch) | |
tree | f923dae7e6f3f0cb110a5f86937290b0064fe42f /arch/mips/include/asm/io.h | |
parent | 6d0068ad15e4f771b35d76adc4e6747649ac4961 (diff) | |
download | linux-21a379a8cf917e4c45a3c50d8203859ea318c450.tar.xz |
MIPS: Loongson64: Enlarge IO_SPACE_LIMIT
It can be very big on LS7A PCH systems.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/io.h')
-rw-r--r-- | arch/mips/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h index 3ecbe9643f60..78537aa23500 100644 --- a/arch/mips/include/asm/io.h +++ b/arch/mips/include/asm/io.h @@ -51,8 +51,6 @@ /* ioswab[bwlq], __mem_ioswab[bwlq] are defined in mangle-port.h */ -#define IO_SPACE_LIMIT 0xffff - /* * On MIPS I/O ports are memory mapped, so we access them using normal * load/store instructions. mips_io_port_base is the virtual address to |