forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 */