Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/arch/powerpc/powerpc-4xx IBM4xx now uses the pic...



details:   https://anonhg.NetBSD.org/src/rev/2d482df9e5f4
branches:  trunk
changeset: 766329:2d482df9e5f4
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 20 20:18:43 2011 +0000

description:
IBM4xx now uses the pic-based intr.h

diffstat:

 sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e73b005a9b3 -r 2d482df9e5f4 sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk
--- a/sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk   Mon Jun 20 20:16:19 2011 +0000
+++ b/sys/modules/arch/powerpc/powerpc-4xx/bsd.powerpc-4xx.mk   Mon Jun 20 20:18:43 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.powerpc-4xx.mk,v 1.1 2011/06/15 09:45:59 mrg Exp $
+#      $NetBSD: bsd.powerpc-4xx.mk,v 1.2 2011/06/20 20:18:43 matt Exp $
 
 .ifndef _BSD_POWERPC_4XX_MK_
 _BSD_POWERPC_4XX_MK_=1
@@ -9,7 +9,7 @@
 PPC_IBM4XX=    1
 
 # hack into bsd.kmodule.mk
-PPC_INTR_IMPL=\"powerpc/ibm4xx/ibm4xx_intr.h\"
+PPC_INTR_IMPL=\"powerpc/intr.h\"
 PPC_PCI_MACHDEP_IMPL=\"powerpc/ibm4xx/pci_machdep.h\"
 
 AFLAGS+=       -mcpu=403



Home | Main Index | Thread Index | Old Index