aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/vector.s
diff options
context:
space:
mode:
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 4a19846ea510..d434c76917ff 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