Date: Sat, 26 Feb 2011 21:27:41 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_fault.c Message-ID: <201102262128.p1QLS2DD068927@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2011-02-26 21:27:41 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/vm vm_fault.c
Log:
SVN rev 219066 on 2011-02-26 21:27:41Z by alc
MFC r217453
For some time now, the kernel and kmem objects have been ordinary
OBJT_PHYS objects. Thus, there is no need for handling them specially
in vm_fault(). In fact, this special case handling would have led to
an assertion failure just before the call to pmap_enter().
Revision Changes Path
1.254.2.8 +1 -4 src/sys/vm/vm_fault.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102262128.p1QLS2DD068927>
