summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-03 18:18:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-03 18:18:27 +0000
commit4ba568a33fadb496185f6debc1a423589b69e05b (patch)
tree4fbcf12525dfbb8f38d17881ab673fba193ec16c /sys
parentc8a3a26be685ce998ae1195b007351d8e8bf6c1b (diff)
{e,}intr{names,cnt} are extinct
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/locore.s55
1 files changed, 37 insertions, 18 deletions
diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s
index 05ccc2d9b98..f2cd270ac10 100644
--- a/sys/arch/alpha/alpha/locore.s
+++ b/sys/arch/alpha/alpha/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.23 2004/06/28 02:28:42 aaron Exp $ */
+/* $OpenBSD: locore.s,v 1.24 2004/07/03 18:18:26 deraadt Exp $ */
/* $NetBSD: locore.s,v 1.94 2001/04/26 03:10:44 ross Exp $ */
/*-
@@ -1455,23 +1455,6 @@ LEAF(copyerr, 0)
RET
END(copyerr)
-/**************************************************************************/
-
- .data
-/* Some bogus data, to keep vmstat happy, for now. */
-EXPORT(intrnames)
- .type intrnames,@object
-EXPORT(eintrnames)
- .type eintrnames,@object
- .align 3
-EXPORT(intrcnt)
- .type intrcnt,@object
-EXPORT(eintrcnt)
- .type eintrcnt,@object
- .text
-
-/**************************************************************************/
-
/*
* console 'restart' routine to be placed in HWRPB.
*/
@@ -1657,3 +1640,39 @@ EXPORT(esym)
/**************************************************************************/
+From deraadt Sat Jul 3 12:18:12 2004
+To: alpha/locore.s
+Subject: {e,}intr{names,cnt} are extinct
+
+Index: alpha/locore.s
+===================================================================
+RCS file: /cvs/src/sys/arch/alpha/alpha/locore.s,v
+retrieving revision 1.23
+diff -u -r1.23 locore.s
+--- alpha/locore.s 28 Jun 2004 02:28:42 -0000 1.23
++++ alpha/locore.s 3 Jul 2004 18:01:10 -0000
+@@ -1455,23 +1455,6 @@
+ RET
+ END(copyerr)
+
+-/**************************************************************************/
+-
+- .data
+-/* Some bogus data, to keep vmstat happy, for now. */
+-EXPORT(intrnames)
+- .type intrnames,@object
+-EXPORT(eintrnames)
+- .type eintrnames,@object
+- .align 3
+-EXPORT(intrcnt)
+- .type intrcnt,@object
+-EXPORT(eintrcnt)
+- .type eintrcnt,@object
+- .text
+-
+-/**************************************************************************/
+-
+ /*
+ * console 'restart' routine to be placed in HWRPB.
+ */
+