do_initcalls

ishare june.tune.sea at gmail.com
Sun Mar 17 10:41:19 EDT 2013


 for (call = &__initcall_start; call < &__initcall_end; call++)
   (*call)();

 I want to know where are these  function point assigned by specified function ?

 thanks!



More information about the Kernelnewbies mailing list