diff options
author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 00:00:00 -0800 |
---|---|---|
committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 00:00:00 -0800 |
commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/i386/isa/vector.s | |
parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
download | src-a16f65c7d117419bd266c28a1901ef129a337569.tar.gz src-a16f65c7d117419bd266c28a1901ef129a337569.zip |
Release FreeBSD 1.1release/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/i386/isa/vector.s')
-rw-r--r-- | sys/i386/isa/vector.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s index 300bda39f4ba..f6bb78fce97a 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.4 1993/10/16 13:46:28 rgrimes Exp $ + * $Id: vector.s,v 1.6 1994/01/10 23:15:09 ache Exp $ */ #include "i386/isa/icu.h" @@ -263,7 +263,7 @@ IDTVEC(intrdefault) * work with vmstat. */ .data -Vresume: .space 16 * 4 /* where to resume intr handler after unpend */ +Vresume: .space 32 * 4 /* where to resume intr handler after unpend */ .globl _intrcnt _intrcnt: /* used by vmstat to calc size of table */ .globl _intrcnt_bad7 @@ -351,8 +351,8 @@ _eintrnames: .asciz "splx" .asciz "splx!0" .asciz "unpend_V" - .asciz "spl29" /* spl29-spl31 are spares */ - .asciz "spl30" + .asciz "netisr_x25" + .asciz "netisr_hdlc" .asciz "spl31" /* * now the mask names |