Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/pci __USE(id) in the !PCIBIOSVERBOSE case.



details:   https://anonhg.NetBSD.org/src/rev/97c0943940e5
branches:  trunk
changeset: 802293:97c0943940e5
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Sep 09 06:38:33 2014 +0000

description:
__USE(id) in the !PCIBIOSVERBOSE case.
Fixes PR 49181.

diffstat:

 sys/arch/i386/pci/pci_intr_fixup.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r e3d4ef069edf -r 97c0943940e5 sys/arch/i386/pci/pci_intr_fixup.c
--- a/sys/arch/i386/pci/pci_intr_fixup.c        Tue Sep 09 06:30:09 2014 +0000
+++ b/sys/arch/i386/pci/pci_intr_fixup.c        Tue Sep 09 06:38:33 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_intr_fixup.c,v 1.49 2011/07/01 17:37:26 dyoung Exp $       */
+/*     $NetBSD: pci_intr_fixup.c,v 1.50 2014/09/09 06:38:33 apb Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.49 2011/07/01 17:37:26 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.50 2014/09/09 06:38:33 apb Exp $");
 
 #include "opt_pcibios.h"
 #include "opt_pcifixup.h"
@@ -719,6 +719,8 @@
                        PCIBIOS_PRINTV((" %3d", l->irq));
                PCIBIOS_PRINTV(("  %d   ", l->fixup_stage));
        }
+#else
+       __USE(id);
 #endif
        
        /*



Home | Main Index | Thread Index | Old Index