diff options
Diffstat (limited to 'sys/arch/vax/include/proc.h')
-rw-r--r-- | sys/arch/vax/include/proc.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/vax/include/proc.h b/sys/arch/vax/include/proc.h index 9c71621c1f4..c7185d0532d 100644 --- a/sys/arch/vax/include/proc.h +++ b/sys/arch/vax/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.4 2003/06/02 23:27:57 millert Exp $ */ +/* $OpenBSD: proc.h,v 1.5 2006/04/17 20:44:45 miod Exp $ */ /* $NetBSD: proc.h,v 1.2 1994/10/26 08:02:21 cgd Exp $ */ /* @@ -36,11 +36,4 @@ * Machine-dependent part of the proc structure for vax. */ struct mdproc { - int md_flags; /* machine-dependent flags */ -#if 0 - int *md_regs; /* registers on current frame */ -#endif }; - -/* md_flags */ -#define MDP_AST 0x0001 /* async trap pending */ |