diff options
author | gjb <gjb@FreeBSD.org> | 2014-08-25 22:20:04 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-08-25 22:20:04 +0000 |
commit | 0181a17a03be3c6af419d44995c8a9ee5a861549 (patch) | |
tree | c6e9c6c4c8dc01884affc49910cb2359225fe0d7 | |
parent | 4f5e79fa23db7dca1e7dbbda82ede981f792c242 (diff) | |
download | FreeBSD-src-0181a17a03be3c6af419d44995c8a9ee5a861549.zip FreeBSD-src-0181a17a03be3c6af419d44995c8a9ee5a861549.tar.gz |
Document r270630, vm 'fast path' page fault hander.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 971d0a8..bbbebba 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -257,6 +257,10 @@ sponsor="&citrix.rd;">Support for unmapped I/O has been added to the &man.xen.4; <literal>blkfront</literal> driver.</para> + <para revision="270630">The &os; virtual memory subsystem + has been updated to implement <quote>fast path</quote> for + the page fault handler.</para> + <sect3 xml:id="kernel-virtualization"> <title>Virtualization Support</title> |