> I have written a loadble module ( which gets complied > along with kernel) which does some floating point > operation. > NO FLOATING POINT in the kernel PERIOD. Either use integer operations, or redo your software architecture and do the floating point in userspace. -Steve