Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 Remove unnecessary #include
details: https://anonhg.NetBSD.org/src/rev/ba2016705cb4
branches: trunk
changeset: 461832:ba2016705cb4
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 11 09:03:41 2019 +0000
description:
Remove unnecessary #include
diffstat:
sys/arch/aarch64/aarch64/locore.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r ea888c1af7e3 -r ba2016705cb4 sys/arch/aarch64/aarch64/locore.S
--- a/sys/arch/aarch64/aarch64/locore.S Thu Jul 11 05:44:07 2019 +0000
+++ b/sys/arch/aarch64/aarch64/locore.S Thu Jul 11 09:03:41 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.33 2019/01/27 02:08:36 pgoyette Exp $ */
+/* $NetBSD: locore.S,v 1.34 2019/07/11 09:03:41 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,6 @@
*/
#include "opt_arm_debug.h"
-#include "opt_compat_netbsd32.h"
#include "opt_console.h"
#include "opt_cpuoptions.h"
#include "opt_ddb.h"
@@ -39,7 +38,7 @@
#include <aarch64/hypervisor.h>
#include "assym.h"
-RCSID("$NetBSD: locore.S,v 1.33 2019/01/27 02:08:36 pgoyette Exp $")
+RCSID("$NetBSD: locore.S,v 1.34 2019/07/11 09:03:41 skrll Exp $")
/*#define DEBUG_LOCORE /* debug print */
Home |
Main Index |
Thread Index |
Old Index