Subject: Re: foo_init()s in main()
To: None <uebayasi@gmail.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/23/2005 22:07:46
> > 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

i think that you should be able to do the initialization
when setting up the interrupt.

YAMAMOTO Takashi