From 6ef40cc6f920fc25a3632bf01fd8d37534fdb5b5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 27 Mar 2015 20:13:49 +0000 Subject: [PATCH] swap: correct comment --- Kernel/swap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.34.1