pmap: fix PFN() not clearing upper PTE control bits

This commit is contained in:
2026-04-01 18:20:50 +01:00
parent db1a200eea
commit 7bcd1577be
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@
#include <stddef.h>
#define PMAP_INVALID ML_PMAP_INVALID
#define PFN(x) ((x) >> VM_PAGE_SHIFT)
#ifdef __cplusplus
extern "C" {