]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pmap_get_tables() for riscv.
authorMark Johnston <markj@FreeBSD.org>
Tue, 5 Mar 2019 23:56:40 +0000 (23:56 +0000)
committerMark Johnston <markj@FreeBSD.org>
Tue, 5 Mar 2019 23:56:40 +0000 (23:56 +0000)
commit91c3fda00badedb7d144fc41757f93f95a54ca92
tree4b736a93444e9d144778fbeecb7cd41e8194b5d9
parent835adc6898cfb0725e60e5279acdb822280acd76
Add pmap_get_tables() for riscv.

This mirrors the arm64 implementation and is for use in the minidump
code.

Submitted by: Mitchell Horne <mhorne063@gmail.com>
Differential Revision: https://reviews.freebsd.org/D18321
sys/riscv/riscv/pmap.c