Re: unresoved symbol _gp_disp

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ralf Baechle
Date: Friday, October 5, 2007 - 3:52 am

On Thu, Oct 04, 2007 at 08:29:59PM +0200, Andi Kleen wrote:

He said he was using software floating point which from a kernel perspective
really just is integer stuff anyway.

Hardware floating point in a MIPS kernel would be require solving a few
interesting problems; the kernel floating point assist software is only
designed to support userspace.  Or alternativle well written FP code
that avoids all the corner cases which would normally be handled by the
kernel fp software.

The biggest argument against floating point use in the kernel is that most
of the time it's an indicator for poor division of work between kernel
and userspace.

  Ralf
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
unresoved symbol _gp_disp, veerasena reddy, (Thu Oct 4, 3:12 am)
Re: unresoved symbol _gp_disp, Steven J. Hill, (Thu Oct 4, 10:39 am)
Re: unresoved symbol _gp_disp, David Daney, (Thu Oct 4, 10:47 am)
Re: unresoved symbol _gp_disp, Andi Kleen, (Thu Oct 4, 11:29 am)
Re: unresoved symbol _gp_disp, Ralf Baechle, (Fri Oct 5, 3:52 am)