]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In pmap_is_prefaultable(), assert that the pte isn't NULL if
authorOlivier Houchard <cognet@FreeBSD.org>
Tue, 30 May 2006 16:55:38 +0000 (16:55 +0000)
committerOlivier Houchard <cognet@FreeBSD.org>
Tue, 30 May 2006 16:55:38 +0000 (16:55 +0000)
commit51036d9b71579d65be103b9c6f72e163012c78d8
treeaf86edb685b3e4b8d506f0b7f8dbe9a4a0561697
parentce5c66f0b28dfacbf31ec3a56f9e16020ff391c3
In pmap_is_prefaultable(), assert that the pte isn't NULL if
pmap_get_pde_pte() returns TRUE.

Suggested by:   ssouhlal
sys/arm/arm/pmap.c