fix a typo & allow softclock to run on alphas.

This gets my AS500 and UP1000 booting again.
This commit is contained in:
Andrew Gallatin 2000-10-09 14:20:09 +00:00
parent 6ab7b8286d
commit c199657754
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66879

View File

@ -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,