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/4b1410fb9360
branches: trunk
changeset: 1006592:4b1410fb9360
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jan 20 12:32:04 2020 +0000
description:
KNF
diffstat:
sys/arch/aarch64/aarch64/cpu.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r d86581655eba -r 4b1410fb9360 sys/arch/aarch64/aarch64/cpu.c
--- a/sys/arch/aarch64/aarch64/cpu.c Mon Jan 20 10:43:48 2020 +0000
+++ b/sys/arch/aarch64/aarch64/cpu.c Mon Jan 20 12:32:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.34 2020/01/15 08:34:04 mrg Exp $ */
+/* $NetBSD: cpu.c,v 1.35 2020/01/20 12:32:04 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.34 2020/01/15 08:34:04 mrg Exp $");
+__KERNEL_RCSID(1, "$NetBSD: cpu.c,v 1.35 2020/01/20 12:32:04 skrll Exp $");
#include "locators.h"
#include "opt_arm_debug.h"
@@ -35,13 +35,13 @@
#include "opt_multiprocessor.h"
#include <sys/param.h>
-#include <sys/systm.h>
#include <sys/atomic.h>
+#include <sys/cpu.h>
#include <sys/device.h>
-#include <sys/cpu.h>
#include <sys/kmem.h>
#include <sys/reboot.h>
#include <sys/sysctl.h>
+#include <sys/systm.h>
#include <aarch64/armreg.h>
#include <aarch64/cpu.h>
Home |
Main Index |
Thread Index |
Old Index