Date: Sun, 23 May 2004 09:23:29 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S src/sys/amd64/isa atpic_vector.S Message-ID: <200405231623.i4NGNTn7011562@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/05/23 09:23:29 PDT FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S sys/amd64/isa atpic_vector.S Log: Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary and high resolution profiling of interrupt handlers. The adjustments are routine once the magic stack offset 13*4 is decoded to be TF_RIP (there were originally more types of stack frames so using TF_EIP for one of them wouldn't have been much simpler). Removed garbage comments attached to some of the FAKE_MCOUNT()s. Revision Changes Path 1.99 +3 -3 src/sys/amd64/amd64/apic_vector.S 1.44 +1 -1 src/sys/amd64/isa/atpic_vector.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405231623.i4NGNTn7011562>