patch-2.3.30 linux/mm/swap.c
Next file: linux/mm/swap_state.c
Previous file: linux/mm/page_io.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Dec 6 10:14:13 1999
- Orig file:
v2.3.29/linux/mm/swap.c
- Orig date:
Fri Jan 8 22:54:16 1999
diff -u --recursive --new-file v2.3.29/linux/mm/swap.c linux/mm/swap.c
@@ -30,13 +30,13 @@
* start background swapping if we fall below freepages.high free
* pages, and we begin intensive swapping below freepages.low.
*
- * These values are there to keep GCC from complaining. Actual
- * initialization is done in mm/page_alloc.c or arch/sparc(64)/mm/init.c.
+ * Actual initialization is done in mm/page_alloc.c or
+ * arch/sparc(64)/mm/init.c.
*/
freepages_t freepages = {
- 48, /* freepages.min */
- 96, /* freepages.low */
- 144 /* freepages.high */
+ 0, /* freepages.min */
+ 0, /* freepages.low */
+ 0 /* freepages.high */
};
/* How many pages do we try to swap or page in/out together? */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)