patch-2.4.19 linux-2.4.19/fs/proc/root.c
Next file: linux-2.4.19/fs/qnx4/BUGS
Previous file: linux-2.4.19/fs/proc/proc_misc.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Fri Aug  2 17:39:45 2002
-  Orig file: 
linux-2.4.18/fs/proc/root.c
-  Orig date: 
Sat Oct 20 19:14:42 2001
diff -urN linux-2.4.18/fs/proc/root.c linux-2.4.19/fs/proc/root.c
@@ -58,6 +58,12 @@
 #ifdef CONFIG_PROC_DEVICETREE
 	proc_device_tree_init();
 #endif
+#ifdef CONFIG_PPC_ISERIES
+	iSeries_proc_create();
+#endif
+#ifdef CONFIG_PPC64
+	proc_ppc64_init(); 
+#endif
 #ifdef CONFIG_PPC_RTAS
 	proc_rtas_init();
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)