Make sure pmap_extract() doesn't incorrectly return success when invoked
authormiod <miod@openbsd.org>
Mon, 23 Jan 2023 19:31:41 +0000 (19:31 +0000)
committermiod <miod@openbsd.org>
Mon, 23 Jan 2023 19:31:41 +0000 (19:31 +0000)
commitd17fd858b2c7964bf94f4d33396a87e724a43528
treec78bd12475ab2301ecfbccd01755f3a577b36748
parent734e0323728481fc0fe8589ecf7a54ab096986ff
Make sure pmap_extract() doesn't incorrectly return success when invoked
on behalf of an invalid but not page-aligned address.

ok kettenis@
sys/arch/sparc64/sparc64/pmap.c