patch-2.4.18 linux/init/main.c
Next file: linux/kernel/exec_domain.c
Previous file: linux/include/scsi/scsi.h
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Wed Jan 23 20:55:51 2002
-  Orig file: 
linux.orig/init/main.c
-  Orig date: 
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/init/main.c linux/init/main.c
@@ -106,6 +106,9 @@
 #if defined(CONFIG_SYSVIPC)
 extern void ipc_init(void);
 #endif
+#ifdef CONFIG_PERFMON
+extern void perfmon_init(void);
+#endif
 
 /*
  * Boot command-line arguments
@@ -593,6 +596,9 @@
 	kmem_cache_sizes_init();
 	pgtable_cache_init();
 
+#ifdef CONFIG_PERFMON
+	perfmon_init();
+#endif
 	mempages = num_physpages;
 
 	fork_init(mempages);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)