summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/include/asm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h
index d2984547d908..c2bfaeadd894 100644
--- a/sys/amd64/include/asm.h
+++ b/sys/amd64/include/asm.h
@@ -68,14 +68,10 @@
#ifdef PROF
#define ALTENTRY(x) _ENTRY(x); \
- pushl %rbp; movl %rsp,%rbp; \
call PIC_PLT(HIDENAME(mcount)); \
- popl %rbp; \
jmp 9f
#define ENTRY(x) _ENTRY(x); \
- pushl %rbp; movl %rsp,%rbp; \
call PIC_PLT(HIDENAME(mcount)); \
- popl %rbp; \
9:
#else
#define ALTENTRY(x) _ENTRY(x)