v65c816:fix config
authorAlan Cox <alan@linux.intel.com>
Sat, 23 Feb 2019 15:47:41 +0000 (15:47 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 23 Feb 2019 15:47:41 +0000 (15:47 +0000)
Kernel/platform-v65c816/config.h

index 7c73bae..c925ed4 100644 (file)
@@ -54,7 +54,7 @@
 #define NUM_DEV_TTY 2
 #define TTYDEV   BOOT_TTY /* Device used by kernel for messages, panics */
 #define NBUFS    5        /* Number of block buffers */
-#define NMOUNTS         3        /* Number of mounts at a time */
+#define NMOUNTS         2        /* Number of mounts at a time */
 
 #define platform_discard()     /* for now - wants fixing */