Date: Fri, 31 Dec 2010 17:42:25 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/i386/i386 sys_machdep.c src/sys/i386/include segments.h Message-ID: <201012311742.oBVHgnSh046375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2010-12-31 17:42:25 UTC FreeBSD src repository Modified files: sys/i386/i386 sys_machdep.c sys/i386/include segments.h Log: SVN rev 216847 on 2010-12-31 17:42:25Z by cperciva Make i386_set_ldt work on i386/XEN, step 5/5. When cleaning up a thread, reset its LDT to the default LDT. Note: Casting the LDT pointer to an int and storing it in pc_currentldt is wildly bogus, but is harmless since pc_currentldt is a write-only variable. MFC after: 3 days Revision Changes Path 1.123 +5 -0 src/sys/i386/i386/sys_machdep.c 1.42 +1 -0 src/sys/i386/include/segments.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012311742.oBVHgnSh046375>