swap: correct comment
authorAlan Cox <alan@linux.intel.com>
Fri, 27 Mar 2015 20:13:49 +0000 (20:13 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 27 Mar 2015 20:13:49 +0000 (20:13 +0000)
Kernel/swap.c

index bac72ed..63e87e8 100644 (file)
@@ -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)
 {