Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm Fix previous; we need <uvm/uvm_extern.h> fo...
details: https://anonhg.NetBSD.org/src/rev/1547d271293a
branches: trunk
changeset: 1007643:1547d271293a
user: rin <rin%NetBSD.org@localhost>
date: Mon Feb 24 12:08:08 2020 +0000
description:
Fix previous; we need <uvm/uvm_extern.h> for machines with
!ARM_HAS_VBAR && !__ARM_FIQ_INDIRECT.
diffstat:
sys/arch/arm/arm/fiq.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r a16006f670ac -r 1547d271293a sys/arch/arm/arm/fiq.c
--- a/sys/arch/arm/arm/fiq.c Mon Feb 24 11:59:33 2020 +0000
+++ b/sys/arch/arm/arm/fiq.c Mon Feb 24 12:08:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fiq.c,v 1.9 2020/02/22 19:49:11 chs Exp $ */
+/* $NetBSD: fiq.c,v 1.10 2020/02/24 12:08:08 rin Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fiq.c,v 1.9 2020/02/22 19:49:11 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fiq.c,v 1.10 2020/02/24 12:08:08 rin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -44,6 +44,8 @@
#include <arm/cpufunc.h>
#include <arm/fiq.h>
+#include <uvm/uvm_extern.h>
+
TAILQ_HEAD(, fiqhandler) fiqhandler_stack =
TAILQ_HEAD_INITIALIZER(fiqhandler_stack);
Home |
Main Index |
Thread Index |
Old Index