cvs commit: src/sys/amd64/amd64 apic_vector.S src/sys/amd64/isa
atpic_vector.S
Bruce Evans
bde at FreeBSD.org
Sun May 23 09:23:48 PDT 2004
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
More information about the cvs-src
mailing list