]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273284:
authorandrew <andrew@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Oct 2014 16:36:08 +0000 (16:36 +0000)
committerandrew <andrew@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 29 Oct 2014 16:36:08 +0000 (16:36 +0000)
commit3453bd2cd321bfd45112c228aaeeaead9a389eb5
tree40f1de597ecacf5e4cfd110ddb38f797061912c0
parent3411697b4d407cabf76d9cc8b2ce461820594e67
MFC r273284:

 Allow libkvm to get the kernel va to pa delta without the need for
 physaddr. This should allow for a kernel where PHYSADDR and KERNPHYSADDR
 are both undefined.

 For now libkvm will use the old method of reading physaddr and kernaddr
 to allow it to work with old kernels. This could be removed in the future
 when enough time has passed.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273828 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libkvm/kvm_arm.c
sys/arm/arm/dump_machdep.c
sys/sys/elf_common.h