From a8bce774729cbf9c9c775563d8328e30e3206f1d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 3 Oct 2018 00:05:07 +0100 Subject: [PATCH] v65c816: tune buffers --- Kernel/platform-v65c816/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v65c816/config.h b/Kernel/platform-v65c816/config.h index 70d830b2..170fbd6b 100644 --- a/Kernel/platform-v65c816/config.h +++ b/Kernel/platform-v65c816/config.h @@ -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 */ -- 2.34.1