diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-17 20:44:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-04-17 20:44:46 +0000 |
commit | b6d2dc67cb7febaf6300ab06a0f2bdbf53eb6023 (patch) | |
tree | a883fefb4b1c4fb68727d584c5e3e12eb5eaeb8b /sys/arch/vax/include | |
parent | a9073e9adc8f80fbe2d95c07c2e615903c061d05 (diff) |
Remove unused struct mdproc fields.
Diffstat (limited to 'sys/arch/vax/include')
-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 */ |