diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1998-12-24 06:05:48 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1998-12-24 06:05:48 +0000 |
| commit | 803ee29602b3b82000fb53d64274ba43e200db40 (patch) | |
| tree | d10bc006162fe58d7f0a1b1adb8e4fddd3c09000 /sys/alpha | |
| parent | 5d754af79f5f5d12ac9b21a407fbc70f383586dd (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/ipl_funcs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c index ad6670ecbbef..815f7f7edfe1 100644 --- a/sys/alpha/alpha/ipl_funcs.c +++ b/sys/alpha/alpha/ipl_funcs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipl_funcs.c,v 1.7 1998/09/19 09:29:40 dfr Exp $ + * $Id: ipl_funcs.c,v 1.8 1998/09/26 14:25:32 dfr Exp $ */ #include <sys/types.h> @@ -40,12 +40,10 @@ unsigned int cam_imask; /* XXX */ unsigned int net_imask; /* XXX */ static void swi_net(void); -extern void swi_camnet(void); -extern void swi_cambio(void); void (*netisrs[32]) __P((void)); swihand_t *ihandlers[32] = { /* software interrupts */ - swi_null, swi_net, swi_camnet, swi_cambio, + swi_null, swi_net, 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, |
