kernel/arch/mips/include/asm/mach-generic/spaces.h
.. .. @@ -14,6 +14,10 @@ 14 14 15 15 #include <asm/mipsregs.h> 16 16 17 +#ifndef IO_SPACE_LIMIT18 +#define IO_SPACE_LIMIT 0xffff19 +#endif20 +17 21 /* 18 22 * This gives the physical RAM offset. 19 23 */