2.1.67: trouble compiling for i386 uniprocessor

Trevor Johnson (trevor@jpj.net)
Sun, 30 Nov 1997 07:02:52 -0800 (PST)


I'm getting this error:

delay.c: In function `__const_udelay':
delay.c:37: `loops_per_sec' undeclared (first use this function)
delay.c:37: (Each undeclared identifier is reported only once
delay.c:37: for each function it appears in.)
make[2]: *** [delay.o] Error 1
make[2]: Leaving directory `/scratch/src/linux/arch/i386/lib'

I also noticed that __udelay_val is defined in <asm/delay.h> for MIPS and
SPARC64 but not i386, and is needed in delay.c.
___
Trevor Johnson