aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2012-05-26 21:02:49 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2012-05-26 21:02:49 +0000
commit0a67fa33d6fbc14778403196d9aa01d0126f5f88 (patch)
treeed2a998835243e886f463da32ded9499460d06b4
parent97681567464c785baf2ea1d641d0398f0a0b30e5 (diff)
downloadsrc-0a67fa33d6fbc14778403196d9aa01d0126f5f88.tar.gz
src-0a67fa33d6fbc14778403196d9aa01d0126f5f88.zip
Move OpenPIC FDT bus glue to a shared location, so that other PowerPC
platforms can use it, not only MPC85XX. This is just reorg, no functional changes.
Notes
Notes: svn path=/head/; revision=236119
-rw-r--r--sys/conf/files.powerpc2
-rw-r--r--sys/powerpc/powerpc/openpic_fdt.c (renamed from sys/powerpc/mpc85xx/openpic_fdt.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 5d9dec5ffd1f..c27f25679549 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -132,7 +132,6 @@ powerpc/mpc85xx/isa.c optional mpc85xx isa
powerpc/mpc85xx/lbc.c optional mpc85xx
powerpc/mpc85xx/mpc85xx.c optional mpc85xx
powerpc/mpc85xx/nexus.c optional mpc85xx
-powerpc/mpc85xx/openpic_fdt.c optional fdt
powerpc/mpc85xx/pci_fdt.c optional pci mpc85xx
powerpc/ofw/ofw_cpu.c optional aim
powerpc/ofw/ofw_machdep.c optional aim
@@ -194,6 +193,7 @@ powerpc/powerpc/mem.c optional mem
powerpc/powerpc/mmu_if.m standard
powerpc/powerpc/mp_machdep.c optional smp
powerpc/powerpc/openpic.c standard
+powerpc/powerpc/openpic_fdt.c optional fdt
powerpc/powerpc/pic_if.m standard
powerpc/powerpc/pmap_dispatch.c standard
powerpc/powerpc/platform.c standard
diff --git a/sys/powerpc/mpc85xx/openpic_fdt.c b/sys/powerpc/powerpc/openpic_fdt.c
index 1cd936956281..1cd936956281 100644
--- a/sys/powerpc/mpc85xx/openpic_fdt.c
+++ b/sys/powerpc/powerpc/openpic_fdt.c