stl_phys_notdirty() is supposed to do an optimized CODE
path store. Here we update the page table via the DATA
path, so can use the normal stl_phys() helper.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20251224151351.86733-3-philmd@linaro.org>
if (is_dirty) {
pde |= PG_MODIFIED_MASK;
}
- stl_phys_notdirty(cs->as, pde_ptr, pde);
+ stl_phys(cs->as, pde_ptr, pde);
}
/* the page can be put in the TLB */