patch-2.4.8 linux/arch/s390x/kernel/smp.c
Next file: linux/arch/s390x/kernel/time.c
Previous file: linux/arch/s390x/kernel/signal.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Wed Jul 25 14:12:01 2001
-  Orig file: 
v2.4.7/linux/arch/s390x/kernel/smp.c
-  Orig date: 
Wed Jul 25 17:10:19 2001
diff -u --recursive --new-file v2.4.7/linux/arch/s390x/kernel/smp.c linux/arch/s390x/kernel/smp.c
@@ -543,6 +543,7 @@
  *      Activate a secondary processor.
  */
 extern void init_100hz_timer(void);
+extern int pfault_init(void);
 
 int __init start_secondary(void *cpuvoid)
 {
@@ -555,6 +556,10 @@
                 /* nothing */ ;
         /* init per CPU 100 hz timer */
         init_100hz_timer();
+#ifdef CONFIG_PFAULT
+	/* Enable pfault pseudo page faults on this cpu. */
+	pfault_init();
+#endif
         /* cpu_idle will call schedule for us */
         return cpu_idle(NULL);
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)