summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-07-06 20:42:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-07-06 20:42:06 +0000
commitc04522f74637064071544ab12bf1e010ebd302c5 (patch)
tree877f091a35faeaf8ff4aee0a02c4752129754173 /sys/arch/vax/include
parente9974c500aa9ef1932b83e0bd38f3abebac07b3a (diff)
Drop cpu_dep.cpu_subconf routine, which is no longer used after KA820 support
removal.
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r--sys/arch/vax/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h
index cf9be972be7..79b350094ac 100644
--- a/sys/arch/vax/include/cpu.h
+++ b/sys/arch/vax/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.38 2011/07/06 18:32:59 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.39 2011/07/06 20:42:05 miod Exp $ */
/* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */
/*
@@ -91,7 +91,6 @@ struct cpu_dep {
void (*cpu_halt)(void); /* Cpu dependent halt call */
void (*cpu_reboot)(int); /* Cpu dependent reboot call */
void (*cpu_clrf)(void); /* Clear cold/warm start flags */
- void (*cpu_subconf)(struct device *);/*config cpu dep. devs */
void (*cpu_hardclock)(struct clockframe *); /* hardclock handler */
};