Module Name: src
Committed By: matt
Date: Wed Jul 27 17:07:13 UTC 2011
Modified Files:
src/sys/arch/powerpc/marvell [matt-nb5-pq3]: extintr.c
Log Message:
Fix DEBUG declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.18.40.1 -r1.18.40.2 src/sys/arch/powerpc/marvell/extintr.c
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/powerpc/marvell/extintr.c
diff -u src/sys/arch/powerpc/marvell/extintr.c:1.18.40.1 src/sys/arch/powerpc/marvell/extintr.c:1.18.40.2
--- src/sys/arch/powerpc/marvell/extintr.c:1.18.40.1 Mon Mar 28 00:40:25 2011
+++ src/sys/arch/powerpc/marvell/extintr.c Wed Jul 27 17:07:13 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: extintr.c,v 1.18.40.1 2011/03/28 00:40:25 matt Exp $ */
+/* $NetBSD: extintr.c,v 1.18.40.2 2011/07/27 17:07:13 matt Exp $ */
/*
* Copyright (c) 2002 Allegro Networks, Inc., Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: extintr.c,v 1.18.40.1 2011/03/28 00:40:25 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: extintr.c,v 1.18.40.2 2011/07/27 17:07:13 matt Exp $");
#include "opt_marvell.h"
#include "opt_kgdb.h"
@@ -615,8 +615,8 @@
void
ext_intr(struct intrframe *frame)
{
- struct cpu_info * const ci = curcpu();
#ifdef DEBUG
+ struct cpu_info * const ci = curcpu();
struct intrframe *oframe;
#endif