Date: Fri, 3 Nov 2006 23:41:54 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/include trap.h utrap.h src/sys/sun4v/sun4v exception.S trap.c wbuf.S Message-ID: <200611032341.kA3Nfs3Q025944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-11-03 23:41:54 UTC FreeBSD src repository Modified files: sys/sun4v/include trap.h utrap.h sys/sun4v/sun4v exception.S trap.c wbuf.S Log: - map hardware trap numbers to those used by by sparc64 for inter-compatibility and to make user-level trap handlers work - add new trap entry to trap table to enable fast fetching of floating point trap context - remove unused debug code - map unimplemented floating point trap to SIGFPE Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.2 +86 -83 src/sys/sun4v/include/trap.h 1.2 +1 -0 src/sys/sun4v/include/utrap.h 1.3 +88 -38 src/sys/sun4v/sun4v/exception.S 1.3 +16 -11 src/sys/sun4v/sun4v/trap.c 1.2 +12 -2 src/sys/sun4v/sun4v/wbuf.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611032341.kA3Nfs3Q025944>