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 KNF



details:   https://anonhg.NetBSD.org/src/rev/caf9a6a550b1
branches:  trunk
changeset: 370163:caf9a6a550b1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Sep 20 06:48:29 2022 +0000

description:
KNF

diffstat:

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

diffs (34 lines):

diff -r 2b544e51e4a9 -r caf9a6a550b1 sys/arch/riscv/riscv/riscv_machdep.c
--- a/sys/arch/riscv/riscv/riscv_machdep.c      Tue Sep 20 02:25:07 2022 +0000
+++ b/sys/arch/riscv/riscv/riscv_machdep.c      Tue Sep 20 06:48:29 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: riscv_machdep.c,v 1.15 2021/10/07 07:13:35 skrll Exp $ */
+/*     $NetBSD: riscv_machdep.c,v 1.16 2022/09/20 06:48:29 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014, 2019 The NetBSD Foundation, Inc.
@@ -32,20 +32,20 @@
 #include <sys/cdefs.h>
 
 #include "opt_modular.h"
-
-__RCSID("$NetBSD: riscv_machdep.c,v 1.15 2021/10/07 07:13:35 skrll Exp $");
+__RCSID("$NetBSD: riscv_machdep.c,v 1.16 2022/09/20 06:48:29 skrll Exp $");
 
 #include <sys/param.h>
-#include <sys/systm.h>
+
 #include <sys/cpu.h>
 #include <sys/exec.h>
-#include <sys/lwp.h>
 #include <sys/kmem.h>
 #include <sys/ktrace.h>
+#include <sys/lwp.h>
 #include <sys/module.h>
 #include <sys/proc.h>
 #include <sys/reboot.h>
 #include <sys/syscall.h>
+#include <sys/systm.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index