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/5f76ad47b34a
branches:  trunk
changeset: 1021371:5f76ad47b34a
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 7a5eae4e9c53 -r 5f76ad47b34a 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