summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-13 02:38:33 +0000
committerpeter <peter@FreeBSD.org>2003-11-13 02:38:33 +0000
commit72cf6d90a376fbb0b8c9a38adf33583268c09119 (patch)
treed90994963a6bf9cb97f0388ed7b2ad1f7004ebaa /sys/amd64/ia32
parent74c3cceedfe612317e5f7c60c46fd135737a7a09 (diff)
downloadFreeBSD-src-72cf6d90a376fbb0b8c9a38adf33583268c09119.zip
FreeBSD-src-72cf6d90a376fbb0b8c9a38adf33583268c09119.tar.gz
Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc
calls are just gradually getting more and more stale. At this point it would be better to start from scratch once prof_machdep.c is adapted.
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r--sys/amd64/ia32/ia32_exception.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/ia32/ia32_exception.S b/sys/amd64/ia32/ia32_exception.S
index aa901ef..6b57be9 100644
--- a/sys/amd64/ia32/ia32_exception.S
+++ b/sys/amd64/ia32/ia32_exception.S
@@ -63,7 +63,5 @@ IDTVEC(int0x80_syscall)
movq %r13,TF_R13(%rsp)
movq %r14,TF_R14(%rsp)
movq %r15,TF_R15(%rsp)
- FAKE_MCOUNT(13*4(%rsp))
call ia32_syscall
- MEXITCOUNT
jmp doreti
OpenPOWER on IntegriCloud