Inline PTED_* functions and actually use PTED_WIRED()
authorjca <jca@openbsd.org>
Sun, 3 Sep 2023 00:15:46 +0000 (00:15 +0000)
committerjca <jca@openbsd.org>
Sun, 3 Sep 2023 00:15:46 +0000 (00:15 +0000)
commitf813a5bf6151445811cfab2dc8cb48ab962f7652
tree2603566712096a3ea7a3ee2d375f1ae664fe0be9
parentd4bf169dfd3094849c8bc7aa1f41454c16603b77
Inline PTED_* functions and actually use PTED_WIRED()

As noted by drahn@ the compiler did inline said functions, but it also
provided them as unused symbols.

ok miod@ mlarkin@ kettenis@
sys/arch/riscv64/riscv64/pmap.c