Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/marvell Set pc_intr_map only once.



details:   https://anonhg.NetBSD.org/src/rev/c75742e02323
branches:  trunk
changeset: 787823:c75742e02323
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jul 05 02:18:37 2013 +0000

description:
Set pc_intr_map only once.

diffstat:

 sys/arch/powerpc/marvell/pci_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r e78f406ab4fe -r c75742e02323 sys/arch/powerpc/marvell/pci_machdep.c
--- a/sys/arch/powerpc/marvell/pci_machdep.c    Fri Jul 05 02:11:59 2013 +0000
+++ b/sys/arch/powerpc/marvell/pci_machdep.c    Fri Jul 05 02:18:37 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.4 2011/08/17 18:52:01 matt Exp $     */
+/*     $NetBSD: pci_machdep.c,v 1.5 2013/07/05 02:18:37 joerg Exp $    */
 /*
  * Copyright (c) 2009 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.4 2011/08/17 18:52:01 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.5 2013/07/05 02:18:37 joerg Exp $");
 
 #include "gtpci.h"
 #include "pci.h"
@@ -90,7 +90,6 @@
        .pc_intr_establish = genppc_pci_intr_establish,
        .pc_intr_disestablish = genppc_pci_intr_disestablish,
        .pc_intr_setattr = genppc_pci_intr_setattr,
-       .pc_intr_map = genppc_pci_intr_map,
 
        .pc_msi_v = &genppc_gtpci1_chipset,
        GENPPC_PCI_MSI_INITIALIZER,



Home | Main Index | Thread Index | Old Index