Module Name:    src
Committed By:   apb
Date:           Tue Sep  9 06:38:33 UTC 2014

Modified Files:
        src/sys/arch/i386/pci: pci_intr_fixup.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/i386/pci/pci_intr_fixup.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/i386/pci/pci_intr_fixup.c
diff -u src/sys/arch/i386/pci/pci_intr_fixup.c:1.49 src/sys/arch/i386/pci/pci_intr_fixup.c:1.50
--- src/sys/arch/i386/pci/pci_intr_fixup.c:1.49	Fri Jul  1 17:37:26 2011
+++ src/sys/arch/i386/pci/pci_intr_fixup.c	Tue Sep  9 06:38:33 2014
@@ -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 @@ pciintr_do_header_fixup(pci_chipset_tag_
 			PCIBIOS_PRINTV((" %3d", l->irq));
 		PCIBIOS_PRINTV(("  %d   ", l->fixup_stage));
 	}
+#else
+	__USE(id);
 #endif
 	
 	/*

Reply via email to