Date: Sat, 28 Aug 2010 08:03:29 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 exception.S machdep.c src/sys/amd64/include segments.h src/sys/i386/i386 exception.s machdep.c src/sys/i386/include segments.h Message-ID: <201008280804.o7S840EX041144@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2010-08-28 08:03:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 exception.S machdep.c sys/amd64/include segments.h sys/i386/i386 exception.s machdep.c sys/i386/include segments.h Log: SVN rev 211924 on 2010-08-28 08:03:29Z by rpaulo Register an interrupt vector for DTrace return probes. There is some code missing in lapic to make sure that we don't overwrite this entry, but this will be done on a sequent commit. Sponsored by: The FreeBSD Foundation Revision Changes Path 1.148 +4 -0 src/sys/amd64/amd64/exception.S 1.723 +7 -0 src/sys/amd64/amd64/machdep.c 1.46 +1 -0 src/sys/amd64/include/segments.h 1.125 +2 -0 src/sys/i386/i386/exception.s 1.705 +10 -1 src/sys/i386/i386/machdep.c 1.41 +1 -0 src/sys/i386/include/segments.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008280804.o7S840EX041144>