K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-04T22:00:48.000000Z K 7 svn:log V 225 Fix logic bug in the previous commit. Any region less than 5 is a user space region. Hence, we need to test if 5 is greater than the region; not greater equal. This bug caused us to call ast() while interrupting kernel mode. END