]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
To make minidumps work properly on mips for memory that's direct
authorimp <imp@FreeBSD.org>
Fri, 3 Dec 2010 04:39:48 +0000 (04:39 +0000)
committerimp <imp@FreeBSD.org>
Fri, 3 Dec 2010 04:39:48 +0000 (04:39 +0000)
commitd804a05c38218c9ba8d456766e46875f5ce04c6a
tree0220ef401ba8d4829a341c65f7af673aebd0213e
parent77ac3eb10d1ef260697cd97fbf567cf09524d012
To make minidumps work properly on mips for memory that's direct
mapped and entered via vm_page_setup, keep track of it like we do
for amd64.

# A separate commit will be made to move this to a capability-based ifdef
# rather than arch-based ifdef.

Submitted by: alc@
MFC after: 1 week
sys/vm/vm_page.c