diff options
Diffstat (limited to 'sys/arch/amd64/include/pcb.h')
-rw-r--r-- | sys/arch/amd64/include/pcb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/pcb.h b/sys/arch/amd64/include/pcb.h index 9d019f628f4..9f7801d582a 100644 --- a/sys/arch/amd64/include/pcb.h +++ b/sys/arch/amd64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.10 2011/04/10 03:56:38 guenther Exp $ */ +/* $OpenBSD: pcb.h,v 1.11 2011/04/13 02:49:12 guenther Exp $ */ /* $NetBSD: pcb.h,v 1.1 2003/04/26 18:39:45 fvdl Exp $ */ /*- @@ -86,6 +86,7 @@ struct pcb { u_int64_t pcb_rsp; u_int64_t pcb_rbp; u_int64_t pcb_kstack; /* kernel stack address */ + u_int64_t pcb_fsbase; /* per-thread offset: %fs */ caddr_t pcb_onfault; /* copyin/out fault recovery */ struct cpu_info *pcb_fpcpu; /* cpu holding our fp state. */ struct pmap *pcb_pmap; /* back pointer to our pmap */ |