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 md_astpending is uint32_t



details:   https://anonhg.NetBSD.org/src/rev/92f1c18a5240
branches:  trunk
changeset: 365960:92f1c18a5240
user:      ryo <ryo%NetBSD.org@localhost>
date:      Fri May 06 05:14:38 2022 +0000

description:
md_astpending is uint32_t

diffstat:

 sys/arch/aarch64/aarch64/vectors.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ebf4f0c26130 -r 92f1c18a5240 sys/arch/aarch64/aarch64/vectors.S
--- a/sys/arch/aarch64/aarch64/vectors.S        Fri May 06 04:49:13 2022 +0000
+++ b/sys/arch/aarch64/aarch64/vectors.S        Fri May 06 05:14:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vectors.S,v 1.24 2021/09/18 12:25:06 jmcneill Exp $    */
+/*     $NetBSD: vectors.S,v 1.25 2022/05/06 05:14:38 ryo Exp $ */
 
 #include <aarch64/asm.h>
 #include <aarch64/locore.h>
@@ -11,7 +11,7 @@
 #include "opt_dtrace.h"
 #include "opt_gic.h"
 
-RCSID("$NetBSD: vectors.S,v 1.24 2021/09/18 12:25:06 jmcneill Exp $")
+RCSID("$NetBSD: vectors.S,v 1.25 2022/05/06 05:14:38 ryo Exp $")
 
        ARMV8_DEFINE_OPTIONS
 
@@ -282,7 +282,7 @@
        cbz     w8, 9f
 
        /* curlwp->l_md.md_astpending = 0; */
-       str     xzr, [x9, #L_MD_ASTPENDING]
+       str     wzr, [x9, #L_MD_ASTPENDING]
 
        /*  trap_doast(tf); */
        ENABLE_INTERRUPT



Home | Main Index | Thread Index | Old Index