Subject: Re: foo_init()s in main()
To: None <yamt@mwd.biglobe.ne.jp>
From: Masao Uebayashi <uebayasi@gmail.com>
List: tech-kern
Date: 11/23/2005 21:46:29
> initializations doesn't always belong to module loading.
> esp. for statically linked modules.
> it should be done when it's really necessary, IMO.

I'm not sure such a situation could happen, but what if an interrupt
kicks an initialization?

Masao