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 KNF



details:   https://anonhg.NetBSD.org/src/rev/2f241e7d224f
branches:  trunk
changeset: 1024109:2f241e7d224f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 10 08:59:45 2021 +0000

description:
KNF

diffstat:

 sys/arch/aarch64/aarch64/idle_machdep.S |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7cb745e57a23 -r 2f241e7d224f sys/arch/aarch64/aarch64/idle_machdep.S
--- a/sys/arch/aarch64/aarch64/idle_machdep.S   Sun Oct 10 08:45:51 2021 +0000
+++ b/sys/arch/aarch64/aarch64/idle_machdep.S   Sun Oct 10 08:59:45 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: idle_machdep.S,v 1.10 2021/08/30 22:28:50 jmcneill Exp $ */
+/* $NetBSD: idle_machdep.S,v 1.11 2021/10/10 08:59:45 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
 #include <aarch64/locore.h>
 #include "assym.h"
 
-RCSID("$NetBSD: idle_machdep.S,v 1.10 2021/08/30 22:28:50 jmcneill Exp $");
+RCSID("$NetBSD: idle_machdep.S,v 1.11 2021/10/10 08:59:45 skrll Exp $");
 
 #ifdef ARM_INTR_IMPL
 #include ARM_INTR_IMPL
@@ -55,7 +55,7 @@
        /*
         * hardware interrupt -> trap handler -> interrupt handler
         */
-       dsb sy
+       dsb     sy
        wfi
 
 #else /* LAZY_CPUIDLE */
@@ -94,7 +94,7 @@
         */
        str     w2, [x28, #CI_INTR_DEPTH]       /* ci->ci_intr_depth = 1 */
 
-       dsb sy
+       dsb     sy
        wfi
        bl      ARM_IRQ_HANDLER                 /* irqhandler(trapframe) */
 1:



Home | Main Index | Thread Index | Old Index