"manish regmi" <manish_regmi@hotmail.com> writes: >> > i'm getting this error making module: >> > *** Warning: "__divsf3" [/usr/src/modules/.../test.ko] undefined! >> > *** Warning: "__floatsisf" [/usr/src/modules/.../test.ko] undefined! >> > insmod gives: >> > Unknown symbol __divsf3 >> > Unknown symbol __floatsisf >> >> >>don't do floating point in the kernel! > > Will it be safe to do handwritten assembly floating point arth in kernel? > (i am using i386.) you have to ensure that the userland fpu context is not clobbered... anupam > > thanks > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/