patch-2.1.47 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/timer.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Jul 23 10:41:21 1997
- Orig file:
v2.1.46/linux/init/main.c
- Orig date:
Thu Jul 17 10:06:09 1997
diff -u --recursive --new-file v2.1.46/linux/init/main.c linux/init/main.c
@@ -62,6 +62,7 @@
static int init(void *);
extern int bdflush(void *);
extern int kswapd(void *);
+extern void kswapd_setup(void);
extern void init_IRQ(void);
extern void init_modules(void);
@@ -966,6 +967,7 @@
/* Launch bdflush from here, instead of the old syscall way. */
kernel_thread(bdflush, NULL, 0);
/* Start the background pageout daemon. */
+ kswapd_setup();
kernel_thread(kswapd, NULL, 0);
#if CONFIG_AP1000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov