summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-04-26 18:54:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-04-26 18:54:40 +0000
commitd669b9c099b3498104979d2183aad2dbfda075da (patch)
tree1d0fdc8337ad3c460d77f0bb9332733887c54f0d /sys/arch/sparc64/include
parentac30206f11bfd39435b67fedc96e960820de71ff (diff)
Remove unused hooks for periodic pcons polling.
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/cpu.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h
index 29fc31eebad..30f2b40dec4 100644
--- a/sys/arch/sparc64/include/cpu.h
+++ b/sys/arch/sparc64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.30 2004/10/01 18:18:49 jason Exp $ */
+/* $OpenBSD: cpu.h,v 1.31 2005/04/26 18:54:38 miod Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
@@ -154,20 +154,6 @@ struct clockframe {
(((framep)->t.tf_kstack < (vaddr_t)EINTSTACK)&&\
((framep)->t.tf_kstack > (vaddr_t)INTSTACK)))
-/*
- * Software interrupt request `register'.
- */
-#ifdef DEPRECATED
-union sir {
- int sir_any;
- char sir_which[4];
-} sir;
-
-#define SIR_NET 0
-#define SIR_CLOCK 1
-#endif
-
-void setsoftint(void);
void setsoftnet(void);
extern int want_ast;