mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
825ba8ed7b
fix revoke_low_memory, problem found by Xiangzhen Ouyang. g_pt_low mapping is removed during revoke_low_memory so we can't access this memory area with 1:1 mapping. This logic has been broken for a long time, but for some reason it worked without any crash at boot. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>