Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/include Sort includes. NFCI.
details: https://anonhg.NetBSD.org/src/rev/d04ac86b028d
branches: trunk
changeset: 379340:d04ac86b028d
user: skrll <skrll%NetBSD.org@localhost>
date: Sat May 29 06:37:21 2021 +0000
description:
Sort includes. NFCI.
diffstat:
sys/arch/aarch64/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 93b4207c1250 -r d04ac86b028d sys/arch/aarch64/include/cpu.h
--- a/sys/arch/aarch64/include/cpu.h Sat May 29 02:58:37 2021 +0000
+++ b/sys/arch/aarch64/include/cpu.h Sat May 29 06:37:21 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.34 2021/03/27 12:15:09 jmcneill Exp $ */
+/* $NetBSD: cpu.h,v 1.35 2021/05/29 06:37:21 skrll Exp $ */
/*-
* Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -45,8 +45,8 @@
#if defined(_KERNEL) || defined(_KMEMUSER)
#include <sys/evcnt.h>
+#include <aarch64/armreg.h>
#include <aarch64/frame.h>
-#include <aarch64/armreg.h>
struct clockframe {
struct trapframe cf_tf;
Home |
Main Index |
Thread Index |
Old Index