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/53f98a4fcafd
branches: trunk
changeset: 456602:53f98a4fcafd
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 ee796494fa73 -r 53f98a4fcafd 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