Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/riscv Whitespace



details:   https://anonhg.NetBSD.org/src/rev/b3f38c52f58e
branches:  trunk
changeset: 370164:b3f38c52f58e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Sep 20 06:53:36 2022 +0000

description:
Whitespace

diffstat:

 sys/arch/riscv/riscv/riscv_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r caf9a6a550b1 -r b3f38c52f58e sys/arch/riscv/riscv/riscv_machdep.c
--- a/sys/arch/riscv/riscv/riscv_machdep.c      Tue Sep 20 06:48:29 2022 +0000
+++ b/sys/arch/riscv/riscv/riscv_machdep.c      Tue Sep 20 06:53:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: riscv_machdep.c,v 1.16 2022/09/20 06:48:29 skrll Exp $ */
+/*     $NetBSD: riscv_machdep.c,v 1.17 2022/09/20 06:53:36 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014, 2019 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <sys/cdefs.h>
 
 #include "opt_modular.h"
-__RCSID("$NetBSD: riscv_machdep.c,v 1.16 2022/09/20 06:48:29 skrll Exp $");
+__RCSID("$NetBSD: riscv_machdep.c,v 1.17 2022/09/20 06:53:36 skrll Exp $");
 
 #include <sys/param.h>
 
@@ -258,10 +258,10 @@
        if ((flags & RESCHED_KPREEMPT) != 0) {
 #ifdef __HAVE_PREEMPTION
                if ((flags & RESCHED_REMOTE) != 0) {
-                        cpu_send_ipi(ci, IPI_KPREEMPT);
+                       cpu_send_ipi(ci, IPI_KPREEMPT);
                } else {
                        softint_trigger(SOFTINT_KPREEMPT);
-                }
+               }
 #endif
                return;
        }



Home | Main Index | Thread Index | Old Index