K 10 svn:author V 5 peter K 8 svn:date V 27 2001-11-16T02:28:33.000000Z K 7 svn:log V 304 Merge rev 1.264 from i386/pmap.c (tegge via alfred): Protect against an infinite loop when prefaulting pages. This can happen when the vm system maps past the end of an object or tries to map a zero length object, the pmap layer misses the fact that offsets wrap into negative numbers and we get stuck. END