Date: Tue, 10 Aug 2004 12:15:27 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 machdep.c Message-ID: <200408101215.i7ACFRTE008429@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004-08-10 12:15:27 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: As AMD64 architecture volume 1 chapter 3.1.2 says, high 32 bits of %rflags are resevered, they can be written with anything, but they always read as zero, we should simulate it in set_regs() as we are reading/writting real hardware %rflags register. Revision Changes Path 1.617 +4 -3 src/sys/amd64/amd64/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408101215.i7ACFRTE008429>