diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-11-12 05:12:38 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-11-12 05:12:38 +0000 |
commit | 358939cf2851c9d7833953cc0f31bbec62619b92 (patch) | |
tree | cd50007afa1ab03e7a63025a0ec0d906ce0d8559 /sys/conf | |
parent | 81f6e90db281b9c0caa871391cc4869122c8e872 (diff) | |
download | FreeBSD-src-358939cf2851c9d7833953cc0f31bbec62619b92.zip FreeBSD-src-358939cf2851c9d7833953cc0f31bbec62619b92.tar.gz |
Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open Firmware
mappings need to end up in the kernel anyway since the kernel begins
executing in OF context. Separating them adds needless complexity,
especially since the powerpc64 and mmu_oea64 code gave up on it a long
time ago.
As a side effect, the PPC ofw_machdep code is no longer AIM-specific,
so move it to powerpc/ofw.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 021c51d..d46b39f 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -85,7 +85,6 @@ powerpc/aim/mmu_oea.c optional aim powerpc powerpc/aim/mmu_oea64.c optional aim powerpc/aim/mp_cpudep.c optional aim smp powerpc/aim/nexus.c optional aim -powerpc/aim/ofw_machdep.c optional aim powerpc/aim/ofwmagic.S optional aim powerpc/aim/slb.c optional aim powerpc64 powerpc/aim/swtch32.S optional aim powerpc @@ -131,6 +130,7 @@ 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 powerpc/ofw/ofw_pcibus.c optional pci aim powerpc/ofw/ofw_pcib_pci.c optional pci aim powerpc/ofw/ofw_real.c optional aim |