Date: Mon, 4 Aug 2003 15:00:48 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.S Message-ID: <200308042200.h74M0mHW057051@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308042200.h74M0mHW057051>