summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/include/pcb.h')
-rw-r--r--sys/arch/alpha/include/pcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/pcb.h b/sys/arch/alpha/include/pcb.h
index d3114d427b9..684812f899b 100644
--- a/sys/arch/alpha/include/pcb.h
+++ b/sys/arch/alpha/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.7 2002/10/10 17:00:57 pvalchev Exp $ */
+/* $OpenBSD: pcb.h,v 1.8 2005/10/30 20:55:50 miod Exp $ */
/* $NetBSD: pcb.h,v 1.5 1996/11/13 22:21:00 cgd Exp $ */
/*
@@ -54,7 +54,6 @@ struct pcb {
unsigned long pcb_context[9]; /* s[0-6], ra, ps [SW] */
struct fpreg pcb_fp; /* FP registers [SW] */
unsigned long pcb_onfault; /* for copy faults [SW] */
- unsigned long pcb_accessaddr; /* for [fs]uswintr [SW] */
struct cpu_info *__volatile pcb_fpcpu; /* CPU with our FP state[SW] */
};