diff options
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/include/cpu.h b/sys/arch/vax/include/cpu.h index d260460a2a3..82f9ee60f2b 100644 --- a/sys/arch/vax/include/cpu.h +++ b/sys/arch/vax/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.34 2009/03/20 18:39:30 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.35 2009/03/26 17:24:33 oga Exp $ */ /* $NetBSD: cpu.h,v 1.41 1999/10/21 20:01:36 ragge Exp $ */ /* @@ -47,8 +47,6 @@ #include <machine/trap.h> #include <machine/intr.h> -#define cpu_wait(p) - #include <sys/sched.h> struct cpu_info { struct proc *ci_curproc; |