diff -u --recursive linux-2.5.40org/drivers/net/sk98lin/h/skgepnm2.h linux-2.5.40/drivers/net/sk98lin/h/skgepnm2.h --- linux-2.5.40org/drivers/net/sk98lin/h/skgepnm2.h Wed Oct 9 20:28:58 2002 +++ linux-2.5.40/drivers/net/sk98lin/h/skgepnm2.h Wed Oct 9 20:29:34 2002 @@ -338,11 +338,12 @@ /* * Time macros */ -#if SK_TICKS_PER_SEC == 100 +// vda: this generates calls to libc fp helpers :-( +//#if SK_TICKS_PER_SEC == 100 #define SK_PNMI_HUNDREDS_SEC(t) (t) -#else -#define SK_PNMI_HUNDREDS_SEC(t) (((t) * 100) / (SK_TICKS_PER_SEC)) -#endif +//#else +//#define SK_PNMI_HUNDREDS_SEC(t) (((t) * 100) / (SK_TICKS_PER_SEC)) +//#endif /* * Macros to work around alignment problems