On Sat, Jul 21, 2001 at 11:02:53PM +0100, Steve Papacharalambous wrote: > Hi All, > > Are there any limitations or precautions needed with interrupt handlers > in loadable modules? > > The reason for asking is that I have an interrupt handler which works > fine when compiled into the kernel, but causes the kernel to crash when > it is a loadable module, There are some gas bugs which may generate the bad binary code. It happened to me with the tulip driver. The current Linux binutils should be ok. H.J.