forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 */