68000: fix page size reporting
authorAlan Cox <alan@linux.intel.com>
Mon, 4 Feb 2019 00:38:35 +0000 (00:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 4 Feb 2019 00:38:35 +0000 (00:38 +0000)
Kernel/platform-atarist/config.h
Kernel/platform-v68/config.h

index cfec7ba..04fc795 100644 (file)
@@ -11,7 +11,7 @@
 /* 32bit with flat memory */
 #define CONFIG_FLAT
 #define CONFIG_32BIT
-#define CONFIG_BANKS   1               /* FIXME */
+#define CONFIG_BANKS   (65536/512)
 #define CONFIG_USERMEM_DIRECT
 /* Video terminal, not a serial tty */
 #define CONFIG_VT
index d0a12fa..1853f4a 100644 (file)
@@ -10,7 +10,7 @@
 #undef CONFIG_MULTI
 #define CONFIG_SWAP_ONLY
 #define CONFIG_USERMEM_DIRECT
-#define CONFIG_BANKS   1
+#define CONFIG_BANKS   (65536/512)
 #define PROC_SIZE      128                     /* 64K, 128 * 512 */
 
 #define CONFIG_SPLIT_UDATA