diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-06 20:42:06 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-06 20:42:06 +0000 |
commit | c04522f74637064071544ab12bf1e010ebd302c5 (patch) | |
tree | 877f091a35faeaf8ff4aee0a02c4752129754173 /sys/arch/vax/include | |
parent | e9974c500aa9ef1932b83e0bd38f3abebac07b3a (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.h | 3 |
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 */ }; |