From: Alan Cox Date: Fri, 27 Mar 2015 20:13:49 +0000 (+0000) Subject: swap: correct comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6ef40cc6f920fc25a3632bf01fd8d37534fdb5b5;p=FUZIX.git swap: correct comment --- diff --git a/Kernel/swap.c b/Kernel/swap.c index bac72ed4..63e87e82 100644 --- a/Kernel/swap.c +++ b/Kernel/swap.c @@ -127,8 +127,8 @@ ptptr swapneeded(ptptr p, int notself) /* * Called from switchin when we discover that we want to run - * a swapped process. As all our processes are the same size - * for now this remains fairly simple. + * a swapped process. We let pagemap_alloc cause any needed swap + * out of idle processes. */ void swapper(ptptr p) {