]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268880:
authornwhitehorn <nwhitehorn@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 18:24:47 +0000 (18:24 +0000)
committernwhitehorn <nwhitehorn@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 18:24:47 +0000 (18:24 +0000)
commitd82ffdcb6169e3a5dd5552350495b93dcfddef10
treed7f60e7e9cf9f29144b9392722a9b1f5c5119bdf
parent916dc09e49f17b43860bd2e52e6f83d6c5e0a072
MFC r268880:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@271113 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/powerpc/aim/trap.c
sys/powerpc/powerpc/mem.c