Date: Tue, 7 Dec 2010 12:44:33 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 machdep.c vm_machdep.c src/sys/amd64/linux32 linux32_sysvec.c Message-ID: <201012071244.oB7Cim9Z068290@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-12-07 12:44:33 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c vm_machdep.c sys/amd64/linux32 linux32_sysvec.c Log: SVN rev 216255 on 2010-12-07 12:44:33Z by kib Update some comments related to use of amd64 full context switch. In exec_linux_setregs(), use locally cached pointer to pcb to set pcb_full_iret. In set_regs(), note that full return is needed when code that sets segment registers is enabled. MFC after: 1 week Revision Changes Path 1.733 +1 -0 src/sys/amd64/amd64/machdep.c 1.273 +2 -3 src/sys/amd64/amd64/vm_machdep.c 1.61 +2 -2 src/sys/amd64/linux32/linux32_sysvec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012071244.oB7Cim9Z068290>