Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Set the symbol type for intrfastexit, s...
details: https://anonhg.NetBSD.org/src/rev/580854f27220
branches: trunk
changeset: 999098:580854f27220
user: maxv <maxv%NetBSD.org@localhost>
date: Sat May 18 07:58:58 2019 +0000
description:
Set the symbol type for intrfastexit, so that tools like tprof can find
the symbol name.
diffstat:
sys/arch/amd64/amd64/locore.S | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0c0283212cfb -r 580854f27220 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Sat May 18 07:56:43 2019 +0000
+++ b/sys/arch/amd64/amd64/locore.S Sat May 18 07:58:58 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.183 2019/05/15 18:27:51 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.184 2019/05/18 07:58:58 maxv Exp $ */
/*
* Copyright-o-rama!
@@ -1571,6 +1571,7 @@
#define TF_BACKW(val, reg) (val - (TF_REGSIZE+16))(reg)
_ALIGN_TEXT
+ .type intrfastexit,@function
LABEL(intrfastexit)
NOT_XEN(cli;)
MDS_LEAVE
Home |
Main Index |
Thread Index |
Old Index