Module Name:    src
Committed By:   skrll
Date:           Fri Jul  3 06:35:05 UTC 2020

Modified Files:
        src/sys/arch/arm/arm32: cpuswitch.S

Log Message:
KNF (sort #includes)


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/arm/arm32/cpuswitch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/cpuswitch.S
diff -u src/sys/arch/arm/arm32/cpuswitch.S:1.98 src/sys/arch/arm/arm32/cpuswitch.S:1.99
--- src/sys/arch/arm/arm32/cpuswitch.S:1.98	Tue Feb 11 15:11:27 2020
+++ src/sys/arch/arm/arm32/cpuswitch.S	Fri Jul  3 06:35:05 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpuswitch.S,v 1.98 2020/02/11 15:11:27 skrll Exp $	*/
+/*	$NetBSD: cpuswitch.S,v 1.99 2020/07/03 06:35:05 skrll Exp $	*/
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -78,15 +78,15 @@
  */
 
 #include "opt_armfpe.h"
-#include "opt_multiprocessor.h"
 #include "opt_cpuoptions.h"
 #include "opt_lockdebug.h"
+#include "opt_multiprocessor.h"
 
 #include "assym.h"
 #include <arm/asm.h>
 #include <arm/locore.h>
 
-	RCSID("$NetBSD: cpuswitch.S,v 1.98 2020/02/11 15:11:27 skrll Exp $")
+	RCSID("$NetBSD: cpuswitch.S,v 1.99 2020/07/03 06:35:05 skrll Exp $")
 
 /* LINTSTUB: include <sys/param.h> */
 

Reply via email to