Do not dehugify when purging

Giving the advice MADV_DONTNEED to a range of virtual memory backed by
a transparent huge page already causes that range of virtual memory to
become backed by regular pages.
This commit is contained in:
lexprfuncall
2025-08-04 14:43:03 -07:00
committed by Guangli Dai
parent 395e63bf7e
commit a156e997d7
6 changed files with 3 additions and 54 deletions

View File

@@ -140,7 +140,6 @@ TEST_BEGIN(test_vectorized_purge) {
hooks.unmap = &defer_test_unmap;
hooks.purge = &defer_test_purge;
hooks.hugify = &defer_test_hugify;
hooks.dehugify = &defer_test_dehugify;
hooks.curtime = &defer_test_curtime;
hooks.ms_since = &defer_test_ms_since;
hooks.vectorized_purge = &defer_vectorized_purge;