summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/isa/vector.S6
-rw-r--r--sys/amd64/isa/vector.s6
-rw-r--r--sys/i386/isa/vector.s6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/amd64/isa/vector.S b/sys/amd64/isa/vector.S
index aa40fd5..4a19846 100644
--- a/sys/amd64/isa/vector.S
+++ b/sys/amd64/isa/vector.S
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id$
+ * $Id: vector.s,v 1.4 1993/10/16 13:46:28 rgrimes Exp $
*/
#include "i386/isa/icu.h"
@@ -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
diff --git a/sys/amd64/isa/vector.s b/sys/amd64/isa/vector.s
index aa40fd5..4a19846 100644
--- a/sys/amd64/isa/vector.s
+++ b/sys/amd64/isa/vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id$
+ * $Id: vector.s,v 1.4 1993/10/16 13:46:28 rgrimes Exp $
*/
#include "i386/isa/icu.h"
@@ -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
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s
index aa40fd5..4a19846 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$
+ * $Id: vector.s,v 1.4 1993/10/16 13:46:28 rgrimes Exp $
*/
#include "i386/isa/icu.h"
@@ -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
OpenPOWER on IntegriCloud