From 19629127f30d6a41a92b7e92adc2a66b32a0d3f1 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 5 Feb 2014 19:03:45 +0000 Subject: [PATCH] put back line accidentally deleted before (hi matt) --- sys/arch/arm/xscale/becc_intr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm/xscale/becc_intr.h b/sys/arch/arm/xscale/becc_intr.h index 811a8f14a37f..87789e2e0ed4 100644 --- a/sys/arch/arm/xscale/becc_intr.h +++ b/sys/arch/arm/xscale/becc_intr.h @@ -1,4 +1,4 @@ -/* $NetBSD: becc_intr.h,v 1.5 2014/02/04 18:51:16 matt Exp $ */ +/* $NetBSD: becc_intr.h,v 1.6 2014/02/05 19:03:45 christos Exp $ */ /* * Copyright (c) 2002 Wasabi Systems, Inc. @@ -103,6 +103,7 @@ becc_spllower(int ipl) becc_splx(becc_imask[ipl]); return (old); } +#endif /* __PROG32 */ #if !defined(EVBARM_SPL_NOINLINE)