From: Alan Cox Date: Sat, 8 Dec 2018 01:22:40 +0000 (+0000) Subject: sc108: tune for new parent first swap only X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c1fbd0ef7b0a085c50787c5fc0c76827edda5fd4;p=FUZIX.git sc108: tune for new parent first swap only --- 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 */