Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 use ENTRY_NP to avoid added _PROF_P...
details: https://anonhg.NetBSD.org/src/rev/77566f5fa9fe
branches: trunk
changeset: 433419:77566f5fa9fe
user: ryo <ryo%NetBSD.org@localhost>
date: Fri Sep 14 05:33:50 2018 +0000
description:
use ENTRY_NP to avoid added _PROF_PROLOGUE.
diffstat:
sys/arch/aarch64/aarch64/vectors.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6dd56e6bcbb0 -r 77566f5fa9fe sys/arch/aarch64/aarch64/vectors.S
--- a/sys/arch/aarch64/aarch64/vectors.S Fri Sep 14 05:31:14 2018 +0000
+++ b/sys/arch/aarch64/aarch64/vectors.S Fri Sep 14 05:33:50 2018 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index