summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-09-08 09:59:05 +0000
committerkib <kib@FreeBSD.org>2008-09-08 09:59:05 +0000
commitf444f744fafc9bc80a33a896317d5b48cbaf83da (patch)
treea308fa38f71a058e176d9756194177e9afdf880e /sys/amd64/include/pcb.h
parent73306a54357999dd00f201e861f8ee335a59a421 (diff)
downloadFreeBSD-src-f444f744fafc9bc80a33a896317d5b48cbaf83da.zip
FreeBSD-src-f444f744fafc9bc80a33a896317d5b48cbaf83da.tar.gz
The pcb_gs32p should be per-cpu, not per-thread pointer. This is
location in GDT where the segment descriptor from pcb_gs32sd is copied, and the location is in GDT local to CPU. Noted and reviewed by: peter MFC after: 1 week
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 647d5c9..43b59e5 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -77,7 +77,6 @@ struct pcb {
caddr_t pcb_onfault; /* copyin/out fault recovery */
/* 32-bit segment descriptor */
- struct user_segment_descriptor *pcb_gs32p;
struct user_segment_descriptor pcb_gs32sd;
};
OpenPOWER on IntegriCloud