summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vector.s
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-01-10 23:15:09 +0000
committerache <ache@FreeBSD.org>1994-01-10 23:15:09 +0000
commit249b4a6ddc038a8be703982bd1075166ade3597c (patch)
treecd069d9e4195e16877a817a4ca25caa6bf8ec777 /sys/i386/isa/vector.s
parent8973cd72526d9e1204d23b2c1179111658f00d0e (diff)
downloadFreeBSD-src-249b4a6ddc038a8be703982bd1075166ade3597c.zip
FreeBSD-src-249b4a6ddc038a8be703982bd1075166ade3597c.tar.gz
Correct Vresume size, we have now 32 bits for it.
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 4a19846..d434c76 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.5 1993/12/20 15:08:33 wollman 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
OpenPOWER on IntegriCloud