From c1fbd0ef7b0a085c50787c5fc0c76827edda5fd4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 8 Dec 2018 01:22:40 +0000 Subject: [PATCH] sc108: tune for new parent first swap only --- Kernel/platform-sc108/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-sc108/config.h b/Kernel/platform-sc108/config.h index 7661526c..0e6957db 100644 --- a/Kernel/platform-sc108/config.h +++ b/Kernel/platform-sc108/config.h @@ -8,6 +8,8 @@ #undef CONFIG_MULTI /* Swap based one process in RAM */ #define CONFIG_SWAP_ONLY +#define CONFIG_PARENT_FIRST +#define MAXTICKS 20 /* Permit large I/O requests to bypass cache and go direct to userspace */ #define CONFIG_LARGE_IO_DIRECT /* One memory bank */ -- 2.34.1