]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use switch statements in pmap_remove_pages. While only one level of
authorandrew <andrew@FreeBSD.org>
Mon, 22 Aug 2016 14:53:39 +0000 (14:53 +0000)
committerandrew <andrew@FreeBSD.org>
Mon, 22 Aug 2016 14:53:39 +0000 (14:53 +0000)
commit08039971657fe3f95f779862bf367dda44128ee1
treef279a3703c1b549ed9a8eb70fb5ca004cd1e4fca
parentdab3a7915fc248760c4094781de2a05e1db06179
Use switch statements in pmap_remove_pages. While only one level of
pagetable is supported more will be added soon to support removing
superpages.

Obtained from: ABT Systems Ltd
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/pmap.c