Module Name:    src
Committed By:   christos
Date:           Wed Feb  5 19:03:45 UTC 2014

Modified Files:
        src/sys/arch/arm/xscale: becc_intr.h

Log Message:
put back line accidentally deleted before (hi matt)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/becc_intr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/xscale/becc_intr.h
diff -u src/sys/arch/arm/xscale/becc_intr.h:1.5 src/sys/arch/arm/xscale/becc_intr.h:1.6
--- src/sys/arch/arm/xscale/becc_intr.h:1.5	Tue Feb  4 13:51:16 2014
+++ src/sys/arch/arm/xscale/becc_intr.h	Wed Feb  5 14:03:45 2014
@@ -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)
 

Reply via email to