v65c816: tune buffers
authorAlan Cox <alan@linux.intel.com>
Tue, 2 Oct 2018 23:05:07 +0000 (00:05 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 2 Oct 2018 23:05:07 +0000 (00:05 +0100)
Kernel/platform-v65c816/config.h

index 70d830b..170fbd6 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    7       /* Number of block buffers */
+#define NBUFS    6       /* Number of block buffers */
 #define NMOUNTS         3        /* Number of mounts at a time */
 
 #define platform_discard()     /* for now - wants fixing */