Its like any other init call. As for order look at include/linux/init.h
core_initcall() first and late_initcall() last. There is no guarntee of the order in which functions are called inside one group. - kumar On Jan 4, 2006, at 4:04 AM, Nathael Pajani wrote: > Hi all > > I would like to know how this macro is used, and when is called the > function registered with it. > > thanks for all. > > > ---- > Nathael PAJANI > Ing?nieur CPE Lyon > nathael.pajani at cpe.fr > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded at ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded
