summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-24 22:50:32 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-24 22:50:32 +0000
commitf78d70bb67e8ac490d726ee2cc1410d1ba6b82c7 (patch)
tree492843aadc1365398518cba504bf2ae348e63442 /sys/arch/sparc64
parentb1434114f469a0b54d0d6a82ab3ffe1bdb6c8652 (diff)
{e,}intr{cnt,names} bye-bye.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/sparc64/locore.s12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index 702ff3368c8..d20edf6bca9 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.47 2004/06/28 01:47:41 aaron Exp $ */
+/* $OpenBSD: locore.s,v 1.48 2004/12/24 22:50:31 miod Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -9513,16 +9513,6 @@ _C_LABEL(ssym):
_C_LABEL(proc0paddr):
.xword _C_LABEL(u0) ! KVA of proc0 uarea
-/* Some bogus data, to keep vmstat happy, for now. */
- .globl _C_LABEL(intrnames), _C_LABEL(eintrnames)
- .globl _C_LABEL(intrcnt), _C_LABEL(eintrcnt)
-_C_LABEL(intrnames):
- .long 0
-_C_LABEL(eintrnames):
-_C_LABEL(intrcnt):
- .long 0
-_C_LABEL(eintrcnt):
-
.comm _C_LABEL(nwindows), 4
#ifdef DEBUG