Date: Fri, 25 Oct 2002 02:24:07 -0400 From: Jake Burkholder <jake@locore.ca> To: Julian Elischer <julian@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c src/sys/ia64/ia64 trap.c src/sys/sparc64/sparc64 trap.c src/sys/kern kern_thread.c src/sys/sys proc.h src/sys/i386/i386 trap.c Message-ID: <20021025022406.B89245@locore.ca> In-Reply-To: <200210242309.g9ON9mnY037711@repoman.freebsd.org>; from julian@FreeBSD.org on Thu, Oct 24, 2002 at 04:09:48PM -0700 References: <200210242309.g9ON9mnY037711@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Thu, Oct 24, 2002 at 04:09:48PM -0700, Julian Elischer said words to the effect of; > julian 2002/10/24 16:09:48 PDT > > Modified files: > sys/alpha/alpha trap.c > sys/ia64/ia64 trap.c > sys/sparc64/sparc64 trap.c > sys/kern kern_thread.c > sys/sys proc.h > sys/i386/i386 trap.c > Log: > Extract out KSE specific code from machine specific code > so that there is ony one copy of it. Fix that one copy > so that KSEs with no mailbox in a KSE program are not a cause > of page faults (this can legitmatly happen). Should this go in trap() as well? Jake > > Submitted by: (parts) davidxu > > Revision Changes Path > 1.102 +2 -18 src/sys/alpha/alpha/trap.c > 1.236 +2 -38 src/sys/i386/i386/trap.c > 1.65 +2 -18 src/sys/ia64/ia64/trap.c > 1.43 +47 -0 src/sys/kern/kern_thread.c > 1.49 +2 -17 src/sys/sparc64/sparc64/trap.c > 1.275 +1 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025022406.B89245>