Module Name: src
Committed By: rin
Date: Thu Feb 20 05:46:08 UTC 2020
Modified Files:
src/sys/arch/powerpc/ibm4xx: trap.c
Log Message:
Sort headers.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/powerpc/ibm4xx/trap.c
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/powerpc/ibm4xx/trap.c
diff -u src/sys/arch/powerpc/ibm4xx/trap.c:1.70 src/sys/arch/powerpc/ibm4xx/trap.c:1.71
--- src/sys/arch/powerpc/ibm4xx/trap.c:1.70 Sun Apr 7 05:25:55 2019
+++ src/sys/arch/powerpc/ibm4xx/trap.c Thu Feb 20 05:46:08 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.70 2019/04/07 05:25:55 thorpej Exp $ */
+/* $NetBSD: trap.c,v 1.71 2020/02/20 05:46:08 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.70 2019/04/07 05:25:55 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.71 2020/02/20 05:46:08 rin Exp $");
#include "opt_altivec.h"
#include "opt_ddb.h"
@@ -100,10 +100,10 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.7
#include <powerpc/db_machdep.h>
#include <powerpc/spr.h>
-#include <powerpc/ibm4xx/spr.h>
#include <powerpc/ibm4xx/cpu.h>
#include <powerpc/ibm4xx/pmap.h>
+#include <powerpc/ibm4xx/spr.h>
#include <powerpc/ibm4xx/tlb.h>
#include <powerpc/fpu/fpu_extern.h>