summaryrefslogtreecommitdiff
path: root/sys/arch/luna88k/include/intr.h
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/luna88k/include/intr.h
parentb1434114f469a0b54d0d6a82ab3ffe1bdb6c8652 (diff)
{e,}intr{cnt,names} bye-bye.
Diffstat (limited to 'sys/arch/luna88k/include/intr.h')
-rw-r--r--sys/arch/luna88k/include/intr.h33
1 files changed, 1 insertions, 32 deletions
diff --git a/sys/arch/luna88k/include/intr.h b/sys/arch/luna88k/include/intr.h
index b76e6cfff65..31af8d4433a 100644
--- a/sys/arch/luna88k/include/intr.h
+++ b/sys/arch/luna88k/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.2 2004/04/26 12:34:05 miod Exp $ */
+/* $OpenBSD: intr.h,v 1.3 2004/12/24 22:50:30 miod Exp $ */
/*
* Copyright (C) 2000 Steve Murphree, Jr.
* All rights reserved.
@@ -30,37 +30,6 @@
#define _LUNA88K_INTR_H_
/*
- * INTERRUPT STAT levels. for 'systat vmstat'
- * intrcnt and friends are defined in locore.S
- * XXX smurph
- */
-
-#ifndef _LOCORE
-
-#define M88K_NIRQ 12
-
-#define M88K_SPUR_IRQ 0
-#define M88K_LEVEL1_IRQ 1
-#define M88K_LEVEL2_IRQ 2
-#define M88K_LEVEL3_IRQ 3
-#define M88K_LEVEL4_IRQ 4
-#define M88K_LEVEL5_IRQ 5
-#define M88K_LEVEL6_IRQ 6
-#define M88K_LEVEL7_IRQ 7
-/*
- * We keep track of these separately, but
- * they will be reflected with the above also.
- */
-#define M88K_CLK_IRQ 8
-#define M88K_SCLK_IRQ 9
-#define M88K_PCLK_IRQ 10
-#define M88K_NMI_IRQ 11
-
-extern int intrcnt[M88K_NIRQ];
-
-#endif
-
-/*
* IPL levels.
*/