freebsd-nq/sys/powerpc/aim
Nathan Whitehorn a130b35f13 Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match
the unmanaged flag set in the PVO attributes. Without doing this,
pmap_remove() could try to remove fictitious pages (like those created
by mmap of physical memory) from the wrong UMA zone, causing a panic.

Reported by:	Justin Hibbits
MFC after:	1 week
2009-03-11 03:19:19 +00:00
..
clock.c
copyinout.c
interrupt.c
locore.S
machdep.c Add Altivec support for supported CPUs. This is derived from the FPU support 2009-02-20 17:48:40 +00:00
mmu_oea.c Change the PVO zone for fictitious pages to the unmanaged PVO zone, to match 2009-03-11 03:19:19 +00:00
mp_cpudep.c
nexus.c
ofw_machdep.c
ofwmagic.S
swtch.S Add Altivec support for supported CPUs. This is derived from the FPU support 2009-02-20 17:48:40 +00:00
trap_subr.S Fix comment: we write the trap vector to SPRG3, not SPRG0. 2009-02-23 19:31:48 +00:00
trap.c Add Altivec support for supported CPUs. This is derived from the FPU support 2009-02-20 17:48:40 +00:00
uio_machdep.c
uma_machdep.c
vm_machdep.c