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 fix compile error
details: https://anonhg.NetBSD.org/src/rev/4ba0807636ef
branches: trunk
changeset: 320465:4ba0807636ef
user: ryo <ryo%NetBSD.org@localhost>
date: Mon Jul 09 06:33:08 2018 +0000
description:
fix compile error
diffstat:
sys/arch/aarch64/aarch64/db_machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3e8475bada14 -r 4ba0807636ef sys/arch/aarch64/aarch64/db_machdep.c
--- a/sys/arch/aarch64/aarch64/db_machdep.c Mon Jul 09 06:21:46 2018 +0000
+++ b/sys/arch/aarch64/aarch64/db_machdep.c Mon Jul 09 06:33:08 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.c,v 1.3 2018/07/09 06:19:53 ryo Exp $ */
+/* $NetBSD: db_machdep.c,v 1.4 2018/07/09 06:33:08 ryo Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,13 +30,15 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.3 2018/07/09 06:19:53 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.4 2018/07/09 06:33:08 ryo Exp $");
#include "opt_kernhist.h"
#include "opt_uvmhist.h"
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/atomic.h>
+#include <sys/cpu.h>
#include <sys/lwp.h>
#include <sys/intr.h>
Home |
Main Index |
Thread Index |
Old Index