From owner-cvs-all Mon Aug 20 16:40:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4440737B40B; Mon, 20 Aug 2001 16:40:32 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: (from jake@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7KNeWY80593; Mon, 20 Aug 2001 16:40:32 -0700 (PDT) (envelope-from jake) Message-Id: <200108202340.f7KNeWY80593@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 20 Aug 2001 16:40:32 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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