summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vector.s
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-20 21:35:49 +0000
committerbde <bde@FreeBSD.org>1994-09-20 21:35:49 +0000
commit8c3a24d674ec1e9a907610ffb64a456a18dc9fad (patch)
tree0d303e550cc3b3330142f5ebb80ee66a4417a566 /sys/i386/isa/vector.s
parent04ba736b884db3c7e625bbf79552f805346bcea2 (diff)
downloadFreeBSD-src-8c3a24d674ec1e9a907610ffb64a456a18dc9fad.zip
FreeBSD-src-8c3a24d674ec1e9a907610ffb64a456a18dc9fad.tar.gz
Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't
take an arg.
Diffstat (limited to 'sys/i386/isa/vector.s')
-rw-r--r--sys/i386/isa/vector.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s
index 252bd95..4e5037c 100644
--- a/sys/i386/isa/vector.s
+++ b/sys/i386/isa/vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: vector.s,v 1.7 1994/04/02 07:00:50 davidg Exp $
+ * $Id: vector.s,v 1.8 1994/08/18 05:09:36 davidg Exp $
*/
#include "i386/isa/icu.h"
@@ -248,7 +248,7 @@ ihandlers: /* addresses of interrupt handlers */
.long Xresume8, Xresume9, Xresume10, Xresume11
.long Xresume12, Xresume13, Xresume14, Xresume15
.long swi_tty, swi_net, 0, 0, 0, 0, 0, 0
- .long 0, 0, 0, 0, 0, 0, swi_clock, swi_ast
+ .long 0, 0, 0, 0, 0, 0, _softclock, swi_ast
imasks: /* masks for interrupt handlers */
.space NHWI*4 /* padding; HWI masks are elsewhere */
.long SWI_TTY_MASK, SWI_NET_MASK, 0, 0, 0, 0, 0, 0
OpenPOWER on IntegriCloud