hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */