Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/xscale put back line accidentally deleted befor...



details:   https://anonhg.NetBSD.org/src/rev/6d9ed34fdc0f
branches:  trunk
changeset: 793330:6d9ed34fdc0f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 05 19:03:45 2014 +0000

description:
put back line accidentally deleted before (hi matt)

diffstat:

 sys/arch/arm/xscale/becc_intr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0fe737544539 -r 6d9ed34fdc0f sys/arch/arm/xscale/becc_intr.h
--- a/sys/arch/arm/xscale/becc_intr.h   Wed Feb 05 18:52:22 2014 +0000
+++ b/sys/arch/arm/xscale/becc_intr.h   Wed Feb 05 19:03:45 2014 +0000
@@ -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_splx(becc_imask[ipl]);
        return (old);
 }
+#endif /* __PROG32 */
 
 #if !defined(EVBARM_SPL_NOINLINE)
 



Home | Main Index | Thread Index | Old Index