From 7005ac75aa6f2c38464eb494e4942ee2d767961e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 23 Feb 2019 15:47:41 +0000 Subject: [PATCH] v65c816:fix config --- 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 7c73bae8..c925ed46 100644 --- a/Kernel/platform-v65c816/config.h +++ b/Kernel/platform-v65c816/config.h @@ -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 */ -- 2.34.1