Page MenuHomeFreeBSD

riscv: add an assert to pmap_remove_pages()
ClosedPublic

Authored by mhorne on Sep 14 2022, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 6:13 PM
Unknown Object (File)
Wed, Apr 24, 11:46 PM
Unknown Object (File)
Wed, Apr 24, 11:45 PM
Unknown Object (File)
Wed, Apr 24, 11:45 PM
Unknown Object (File)
Mon, Apr 22, 1:35 AM
Unknown Object (File)
Feb 16 2024, 8:28 AM
Unknown Object (File)
Feb 16 2024, 8:28 AM
Unknown Object (File)
Feb 16 2024, 8:28 AM
Subscribers

Details

Summary

Similar checks exist for both arm64 and amd64, but note that for amd64
it is a bare panic().

This would more clearly report the problem described in D36563/PR 266108.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable