Module Name: src Committed By: maxv Date: Sat May 18 07:58:58 UTC 2019
Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Set the symbol type for intrfastexit, so that tools like tprof can find the symbol name. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184 src/sys/arch/amd64/amd64/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/amd64/locore.S diff -u src/sys/arch/amd64/amd64/locore.S:1.183 src/sys/arch/amd64/amd64/locore.S:1.184 --- src/sys/arch/amd64/amd64/locore.S:1.183 Wed May 15 18:27:51 2019 +++ src/sys/arch/amd64/amd64/locore.S Sat May 18 07:58:58 2019 @@ -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 @@ END(pagezero) #define TF_BACKW(val, reg) (val - (TF_REGSIZE+16))(reg) _ALIGN_TEXT + .type intrfastexit,@function LABEL(intrfastexit) NOT_XEN(cli;) MDS_LEAVE