Date: Wed, 29 Nov 2006 04:52:51 +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/sun4v trap.c Message-ID: <200611290452.kAT4qp5S095801@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-11-29 04:52:51 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v trap.c Log: We no longer need to remap hardware trap numbers to sparc64 trap numbers as this happens much earlier in trap handling. The fact that we continued to do this when it was no longer necessary caused breapoint to map to SIGILL as opposed to SIGTRAP :-(. Revision Changes Path 1.7 +6 -5 src/sys/sun4v/sun4v/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611290452.kAT4qp5S095801>