diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-06-19 21:49:47 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-06-19 21:49:47 +0000 |
| commit | 475804707d7368b99d80d1abf34ea1a627fa1e8f (patch) | |
| tree | 361c8d0ba50134fed27dbbc34f5f91f975d5c196 /sys | |
| parent | 58a575135bb5d1c3e8242cd7483e182207148005 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/alpha/cpuconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/cpuconf.c b/sys/alpha/alpha/cpuconf.c index 5198ce0dd917..3f730264357c 100644 --- a/sys/alpha/alpha/cpuconf.c +++ b/sys/alpha/alpha/cpuconf.c @@ -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[] = { |
