From 5fbddb1274703a24502dea581ed97c5f76cb3fc0 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Sep 2018 23:05:23 +0100 Subject: [PATCH] trs80: turn on direct I/O --- Kernel/platform-trs80/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-trs80/config.h b/Kernel/platform-trs80/config.h index 748337d5..64b21a67 100644 --- a/Kernel/platform-trs80/config.h +++ b/Kernel/platform-trs80/config.h @@ -64,6 +64,8 @@ #define NMOUNTS 4 /* Number of mounts at a time */ /* Reclaim the discard space for buffers */ #define CONFIG_DYNAMIC_BUFPOOL +/* Use large I/O */ +#define CONFIG_LARGE_IO_DIRECT extern void platform_discard(void); #define platform_copyright() -- 2.34.1