hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/mips/include/asm/mach-generic/spaces.h
....@@ -14,6 +14,10 @@
1414
1515 #include <asm/mipsregs.h>
1616
17
+#ifndef IO_SPACE_LIMIT
18
+#define IO_SPACE_LIMIT 0xffff
19
+#endif
20
+
1721 /*
1822 * This gives the physical RAM offset.
1923 */