diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-18 10:47:34 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-18 10:47:34 -0500 |
| commit | bc1c4e11a560d46d17d4e2e7b1e94fa0d5e1daa6 (patch) | |
| tree | 6ef6e73f9c684f98e8f9341860aaeeaf95c94eb1 /sys | |
| parent | 6ed636b8efe4d50ab013cf337ad634513eddbb6d (diff) | |
kern/amd64: mmu: Don't truncate bits when reading vas
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amd64/cpu/mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/cpu/mmu.c b/sys/arch/amd64/cpu/mmu.c index 15ba19a..128cfcf 100644 --- a/sys/arch/amd64/cpu/mmu.c +++ b/sys/arch/amd64/cpu/mmu.c @@ -61,7 +61,6 @@ mu_pmap_readvas(struct mmu_vas *vas) : "memory" ); - vas->cr3 &= PTE_ADDR_MASK; return 0; } |
