forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 */