How to understand the macro __init?

Mulyadi Santosa mulyadi.santosa at gmail.com
Tue Aug 14 00:04:37 EDT 2012


Hi.. :)

On Tue, Aug 14, 2012 at 9:14 AM, 王哲 <wangzhe5004 at gmail.com> wrote:
> i use the __init for function print_k.
> in my opinion  after the fisrt invoking the print_k in the hello_init.
> the memory of print_k will be freed,and the second invoking will
> not be executed.but the result of second invoking is executing .
>
> why?

because you're still in module_init.... :)

right after modul init stage is done, _init marked function is thrown away...

-- 
regards,

Mulyadi Santosa
Freelance Linux trainer and consultant

blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com



More information about the Kernelnewbies mailing list