summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-10-09 14:20:09 +0000
committergallatin <gallatin@FreeBSD.org>2000-10-09 14:20:09 +0000
commitf334879ea56c48ab237e6528968d81dd32e9f209 (patch)
tree8c355fed2681105d9c8ffa5cf28e344e6d4644bd /sys
parent92d8c676511407dcc197f50ae807fc2e14fa125c (diff)
downloadFreeBSD-src-f334879ea56c48ab237e6528968d81dd32e9f209.zip
FreeBSD-src-f334879ea56c48ab237e6528968d81dd32e9f209.tar.gz
fix a typo & allow softclock to run on alphas.
This gets my AS500 and UP1000 booting again.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/ipl_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c
index cb9956a..b83656e 100644
--- a/sys/alpha/alpha/ipl_funcs.c
+++ b/sys/alpha/alpha/ipl_funcs.c
@@ -52,7 +52,7 @@ static void swi_net(void);
void (*netisrs[32]) __P((void));
swihand_t *shandlers[NSWI] = { /* software interrupts */
swi_null, swi_net, swi_null, swi_null,
- swi_null, softclock, swi_null, swi_null,
+ swi_null, swi_null, softclock, swi_null,
swi_null, swi_null, swi_null, swi_null,
swi_null, swi_null, swi_null, swi_null,
swi_null, swi_null, swi_null, swi_null,
OpenPOWER on IntegriCloud