freebsd-skq/sys/powerpc/aim
nwhitehorn afb6ef5a71 Allow mappings of memory not previously direct-mapped by the kernel when
calling mmap on /dev/mem and add a handler for the possible userland
machine checks that may result. Remove some pointless and wrong copy/paste
that has been in here for a decade as well.

This results in a /dev/mem with identical semantics to the x86 version.

MFC after:	1 week
2014-07-19 15:11:58 +00:00
..
interrupt.c
locore32.S
locore64.S
locore.S
machdep.c
mmu_oea64.c Implement pmap_unwire(). See r268327 for the motivation behind this change. 2014-07-13 16:27:57 +00:00
mmu_oea64.h
mmu_oea.c Eliminate an unused variable. Refresh two comments. 2014-07-13 17:52:07 +00:00
moea64_if.m
moea64_native.c
mp_cpudep.c
slb.c
trap_subr32.S A page mask size is 12-bits, not 11. 2014-05-15 04:18:06 +00:00
trap_subr64.S oea64 uses 4k pages, too. 2014-05-15 15:17:44 +00:00
trap.c Allow mappings of memory not previously direct-mapped by the kernel when 2014-07-19 15:11:58 +00:00
uma_machdep.c