pow() function in kernel space

Greg KH greg at kroah.com
Fri Mar 14 03:49:16 UTC 2008


On Thu, Mar 13, 2008 at 05:26:28PM -0700, Fabio De Lorenzo wrote:
> Hello,
> 
> Sorry for the basic question:
> 
> how can I implement, in an efficient, way the pow() function in kernel
> space ?
> 
> Is there any function I can use ?

The kernelnewbies mailing list is the best place for stuff like this.
Have you tried there first?

And yes, you are also going to have to explain why you are wanting to
call math functions within a kernel module, as that is not normally done
:)

thanks,

greg k-h



More information about the devel mailing list