From a96139b744b3f83627d56aa2e22eefed2f5e2b12 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Jul 1998 01:04:17 +0000 Subject: [PATCH] Include opt_uvm.h and define Lcnt appropriate for UVM or non-UVM configs. --- sys/arch/arm32/ofw/ofw_irq.S | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm32/ofw/ofw_irq.S b/sys/arch/arm32/ofw/ofw_irq.S index 3e9228a4d3d6..1aed6cf88b54 100644 --- a/sys/arch/arm32/ofw/ofw_irq.S +++ b/sys/arch/arm32/ofw/ofw_irq.S @@ -1,4 +1,4 @@ -/* $NetBSD: ofw_irq.S,v 1.4 1998/07/06 00:53:07 mark Exp $ */ +/* $NetBSD: ofw_irq.S,v 1.5 1998/07/06 01:04:17 mark Exp $ */ /* * Copyright (c) 1994-1997 Mark Brinicombe. @@ -44,6 +44,7 @@ */ #include "opt_irqstats.h" +#include "opt_uvm.h" #include "assym.h" #include @@ -419,7 +420,11 @@ _irq_setmasks: Lcnt: +#if defined(UVM) + .word _uvmexp +#else .word _cnt +#endif Lintrcnt: .word _intrcnt