Date: Sat, 24 May 2003 18:01:29 -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 trap.c Message-ID: <200305250101.h4P11TRZ022192@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/05/24 18:01:29 PDT FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Now that we define user mode as any IP address that isn't in the kernel's VA regions, we cannot limit the use of break-based syscalls to user mode only. The signal trampolines are in the gateway page, which is mapped into the process address space in region 5 and thus is kernel space. We don't special case the gateway page here. Allow break-based syscalls from anywhere in the kernel VA space. Approved by: re@ (blanket) Revision Changes Path 1.78 +1 -2 src/sys/ia64/ia64/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305250101.h4P11TRZ022192>