Module Name: src
Committed By: ryo
Date: Fri Sep 14 05:33:50 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: vectors.S
Log Message:
use ENTRY_NP to avoid added _PROF_PROLOGUE.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/aarch64/vectors.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/aarch64/aarch64/vectors.S
diff -u src/sys/arch/aarch64/aarch64/vectors.S:1.7 src/sys/arch/aarch64/aarch64/vectors.S:1.8
--- src/sys/arch/aarch64/aarch64/vectors.S:1.7 Mon Jul 30 15:59:44 2018
+++ src/sys/arch/aarch64/aarch64/vectors.S Fri Sep 14 05:33:50 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: vectors.S,v 1.7 2018/07/30 15:59:44 ryo Exp $ */
+/* $NetBSD: vectors.S,v 1.8 2018/09/14 05:33:50 ryo Exp $ */
#include <aarch64/asm.h>
#include "assym.h"
@@ -78,7 +78,7 @@
.align 11 /* vector table must be aligned 2048 */
-ENTRY(el1_vectors)
+ENTRY_NP(el1_vectors)
/*
* Exception taken from current Exception Level with SP_EL0.
* (These shouldn't happen)