]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove an unnecessary call to pmap_remove_all(). The given page is not
authoralc <alc@FreeBSD.org>
Mon, 23 Jan 2006 00:00:45 +0000 (00:00 +0000)
committeralc <alc@FreeBSD.org>
Mon, 23 Jan 2006 00:00:45 +0000 (00:00 +0000)
commitbd4e907d2a3e7c286b403c3f261694cae5f020b0
treeb727b1d09f512c4ddcb77f5eb3599682a902af14
parenta880fbca84787b8f3d89db0013f34cff2b89665d
Remove an unnecessary call to pmap_remove_all().  The given page is not
mapped because its contents are invalid.

Reviewed by: tegge
sys/kern/vfs_bio.c