Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/arc Fix misplaced #endif. PR port-arc/44664



details:   https://anonhg.NetBSD.org/src/rev/8dc816994ce0
branches:  trunk
changeset: 762829:8dc816994ce0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Mar 02 10:51:04 2011 +0000

description:
Fix misplaced #endif.  PR port-arc/44664

XXX: I'll also remove ENABLE_INT5_STATCLOCK soon since no visible improvements.

diffstat:

 sys/arch/arc/arc/interrupt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 12b15173f0ac -r 8dc816994ce0 sys/arch/arc/arc/interrupt.c
--- a/sys/arch/arc/arc/interrupt.c      Wed Mar 02 08:25:08 2011 +0000
+++ b/sys/arch/arc/arc/interrupt.c      Wed Mar 02 10:51:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: interrupt.c,v 1.8 2011/02/20 07:52:42 matt Exp $       */
+/*     $NetBSD: interrupt.c,v 1.9 2011/03/02 10:51:04 tsutsui Exp $    */
 /*     $OpenBSD: trap.c,v 1.22 1999/05/24 23:08:59 jason Exp $ */
 
 /*
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.8 2011/02/20 07:52:42 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.9 2011/03/02 10:51:04 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -124,8 +124,8 @@
                         * effect, clears the timer interrupt request.
                         */
                        mips3_cp0_compare_write(0);
+#endif
                }
-#endif
 
                /*
                 * If there is an independent timer interrupt handler,



Home | Main Index | Thread Index | Old Index