Problem with tulip.c in 2.1.79

Timothy Murphy (tim@turing.maths.tcd.ie)
Tue, 13 Jan 1998 19:15:26 +0000 (GMT)


I fell into the #error branch in .../drivers/net/tulip.c (line 1102)

#ifndef ORIGINAL_TEXT
#ifndef __SMP__
#define x86 ((struct cpuinfo_x86*)cpu_data)->x86
#else
#error What should we make here?
#endif
#endif

and later x86 was undefined.

Did I make some silly error?
It seemed to compile & work OK
when I commented out the __SMP__ definition in the main Makefile.