summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_locore.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/linux32/linux32_locore.s')
-rw-r--r--sys/amd64/linux32/linux32_locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/linux32/linux32_locore.s b/sys/amd64/linux32/linux32_locore.s
index 7db3683..4edbdf3 100644
--- a/sys/amd64/linux32/linux32_locore.s
+++ b/sys/amd64/linux32/linux32_locore.s
@@ -55,7 +55,7 @@ NON_GPROF_ENTRY(linux32_vsyscall)
ret
.endvsyscall:
-
+#if 0
.section .note.Linux, "a",@note
.long 2f - 1f /* namesz */
.balign 4
@@ -70,7 +70,7 @@ NON_GPROF_ENTRY(linux32_vsyscall)
4:
.balign 4
.previous
-
+#endif
#define do_cfa_expr(offset) \
.byte 0x0f; /* DW_CFA_def_cfa_expression */ \
OpenPOWER on IntegriCloud