summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-06-29 07:53:44 +0000
committerkib <kib@FreeBSD.org>2015-06-29 07:53:44 +0000
commite85612a06dab6982c547776bf09273b97d2f995f (patch)
treedc8c36e97e4edcd12629ea04eb6afcc9a724a5c4 /sys/amd64/linux32
parentec367814e863f2da8ed0fd21ffd24976f35896ea (diff)
downloadFreeBSD-src-e85612a06dab6982c547776bf09273b97d2f995f.zip
FreeBSD-src-e85612a06dab6982c547776bf09273b97d2f995f.tar.gz
pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb.
Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/linux32_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c
index 1c54c5c..8f4e350 100644
--- a/sys/amd64/linux32/linux32_machdep.c
+++ b/sys/amd64/linux32/linux32_machdep.c
@@ -426,7 +426,6 @@ linux_set_cloned_tls(struct thread *td, void *desc)
#endif
pcb = td->td_pcb;
pcb->pcb_gsbase = (register_t)info.base_addr;
-/* XXXKIB pcb->pcb_gs32sd = sd; */
td->td_frame->tf_gs = GSEL(GUGS32_SEL, SEL_UPL);
set_pcb_flags(pcb, PCB_32BIT);
}
OpenPOWER on IntegriCloud