65c816: tweak buffers down so it all fits
authorAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 21:46:56 +0000 (22:46 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 7 Oct 2018 21:46:56 +0000 (22:46 +0100)
Kernel/platform-v65c816/config.h

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