Revision 92f282988b4ce3967ee8399f7d1184ebfa04e48b authored by David S. Miller on 27 July 2006, 23:49:21 UTC, committed by David S. Miller on 27 July 2006, 23:49:21 UTC
Something is wrong with the 3-multiply (vs. 4-multiply) optimized
version of _FP_MUL_MEAT_2_*(), so just use the slower version
which actually computes correct values.

Noticed by Rene Rebe

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 6482132
Raw File
user.h
/* This file should not exist, but lots of generic code still includes
   it. It's a hangover from old a.out days and the traditional core
   dump format.  We are ELF-only, and so are our core dumps.  If we
   need to support HP/UX core format then we'll do it here
   eventually. */
back to top