K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-05-04T08:04:28.000000Z K 7 svn:log V 304 Make sure we don't index the pm_rid array out of bounds in pmap_ensure_rid(). This can happen because the function is called for both user and kernel addresses, while the rid array only has room for user addresses. This bug got exposed by rev 1.58 of ia64/ia64/pmap.c and rev 1.8 of ia64/include/pmap.h. END