cvs commit: src/sys/ia64/ia64 exception.S
Marcel Moolenaar
marcel at FreeBSD.org
Mon Aug 4 15:00:49 PDT 2003
marcel 2003/08/04 15:00:48 PDT
FreeBSD src repository
Modified files:
sys/ia64/ia64 exception.S
Log:
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.
Revision Changes Path
1.50 +1 -1 src/sys/ia64/ia64/exception.S
More information about the cvs-src
mailing list