CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/07/19 11:38:12

Modified files:
        sys/arch/arm64/arm64: exception.S locore.S 

Log message:
Enable kernel profiling on arm64
sigcode() runs in user land context, so should not call mcount.
Without the symbol type on the exception entry functions, gprof
doesn't correctly identify the caller for exception entry symbols.
ok kettenis@

Reply via email to