[PATCH] ppc64 procfs cleanup

Nathan Lynch nathanl at austin.ibm.com
Wed Feb 25 21:19:31 EST 2004


> - Create /proc/iSeries and /proc/ppc64 very early. This means we no
>   longer have to call proc_ppc64_init in all the drivers, we can
>   assume its there.

+__initcall(proc_ppc64_init);

What guarantee is there that proc_ppc64_init will run before the init
routines for scanlog, rtas, etc?  Perhaps
subsys_initcall(proc_ppc64_init) would be better?

Nathan

** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc64-dev mailing list