Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/arch/aarch64 aarch64 support per page execute...



details:   https://anonhg.NetBSD.org/src/rev/87a65af8a076
branches:  trunk
changeset: 324931:87a65af8a076
user:      ryo <ryo%NetBSD.org@localhost>
date:      Fri Jul 27 07:09:15 2018 +0000

description:
aarch64 support per page execute protection

diffstat:

 tests/lib/libc/arch/aarch64/exec_prot_support.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r bb39b0f78782 -r 87a65af8a076 tests/lib/libc/arch/aarch64/exec_prot_support.c
--- a/tests/lib/libc/arch/aarch64/exec_prot_support.c   Fri Jul 27 07:04:04 2018 +0000
+++ b/tests/lib/libc/arch/aarch64/exec_prot_support.c   Fri Jul 27 07:09:15 2018 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: exec_prot_support.c,v 1.1 2014/08/10 05:47:38 matt Exp $ */
+/*      $NetBSD: exec_prot_support.c,v 1.2 2018/07/27 07:09:15 ryo Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,12 +30,12 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: exec_prot_support.c,v 1.1 2014/08/10 05:47:38 matt Exp $");
+__RCSID("$NetBSD: exec_prot_support.c,v 1.2 2018/07/27 07:09:15 ryo Exp $");
 
 #include "../../common/exec_prot.h"
 
 int
 exec_prot_support(void)
 {
-       return NOTIMPL;
+       return PERPAGE_XP;
 }



Home | Main Index | Thread Index | Old Index