Module Name: src
Committed By: andvar
Date: Fri Sep 29 06:09:20 UTC 2023
Modified Files:
src/sys/arch/evbsh3/evbsh3: locore.S
Log Message:
reorder includes alphabetically to match mmeye counterpart, NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbsh3/evbsh3/locore.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/evbsh3/evbsh3/locore.S
diff -u src/sys/arch/evbsh3/evbsh3/locore.S:1.15 src/sys/arch/evbsh3/evbsh3/locore.S:1.16
--- src/sys/arch/evbsh3/evbsh3/locore.S:1.15 Tue Jul 28 21:25:48 2020
+++ src/sys/arch/evbsh3/evbsh3/locore.S Fri Sep 29 06:09:20 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.15 2020/07/28 21:25:48 uwe Exp $ */
+/* $NetBSD: locore.S,v 1.16 2023/09/29 06:09:20 andvar Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -81,13 +81,13 @@
#endif
#include <sh3/asm.h>
-#include <sh3/psl.h>
+#include <sh3/cache_sh3.h>
+#include <sh3/cache_sh4.h>
#include <sh3/exception.h>
#include <sh3/locore.h>
#include <sh3/mmu_sh3.h>
#include <sh3/mmu_sh4.h>
-#include <sh3/cache_sh3.h>
-#include <sh3/cache_sh4.h>
+#include <sh3/psl.h>
#define INIT_STACK \
((IOM_RAM_BEGIN + IOM_RAM_SIZE - 0x00001000) | 0x80000000)