unbreak kernels without UP1000 support

This commit is contained in:
Andrew Gallatin 2000-06-19 21:49:47 +00:00
parent 58a575135b
commit 475804707d

View File

@ -125,7 +125,7 @@ extern void dec_2100_a500_init __P((int));
#ifdef API_UP1000
extern void api_up1000_init __P((int));
#else
#define api_up1000_init(n) platform_not_configured((n) + API_ST_BASE)
#define api_up1000_init platform_not_configured
#endif
struct cpuinit cpuinit[] = {