Date: Sat, 3 Feb 2007 03:14:21 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 trap.c Message-ID: <200702030314.l133EMp5093752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-02-03 03:14:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/amd64/amd64 trap.c
Log:
MFC revisions 1.308, 1.309, and 1.312
Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the page
fault was caused by an instruction fetch.
Differentiate between data and instruction fetch in the fatal
page fault trap handler.
Revision Changes Path
1.289.2.5 +8 -1 src/sys/amd64/amd64/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702030314.l133EMp5093752>
