]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
riscv: Rename pmap_fault_fixup() to pmap_fault()
authorMark Johnston <markj@FreeBSD.org>
Sun, 6 Jun 2021 20:42:00 +0000 (16:42 -0400)
committerMark Johnston <markj@FreeBSD.org>
Sun, 6 Jun 2021 20:44:46 +0000 (16:44 -0400)
commit317113bb125166f6ba3035a29408339af38cca54
treec05a4a9d10a8009dbb20f2bbb10f1cc5cc9ebef5
parentc05748e028b84c216d0161e70418f8cb09e074e4
riscv: Rename pmap_fault_fixup() to pmap_fault()

This is consistent with other platforms, specifically arm and arm64.  No
functional change intended.

Reviewed by: jrtc27
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30645
sys/riscv/include/pmap.h
sys/riscv/riscv/pmap.c
sys/riscv/riscv/trap.c