Date: Mon, 20 Aug 2001 16:40:32 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h pcb.h src/sys/sparc64/sparc64 exception.s Message-ID: <200108202340.f7KNeWY80593@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2001/08/20 16:40:32 PDT
Modified files:
sys/sparc64/include frame.h pcb.h
sys/sparc64/sparc64 exception.s
Log:
Add support for splitting the register windows on entry to the
kernel from usermode. The remaining user windows are spilled
to the pcb as necessary. The user land window fault handlers
fill directly from the pcb on return.
Add system call entry points.
Submitted by: tmm
Revision Changes Path
1.5 +11 -1 src/sys/sparc64/include/frame.h
1.5 +16 -2 src/sys/sparc64/include/pcb.h
1.6 +544 -200 src/sys/sparc64/sparc64/exception.s
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?200108202340.f7KNeWY80593>
