summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-24 09:44:43 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-24 09:44:43 +0100
commit3d96a16ae85db4329d2a24b7df9b3c18ae4e1045 (patch)
tree8998144388ea198ef1fbd8447ff54b714a2ed9ea
parent717612fa181f541f9be83d29317395bc2964e384 (diff)
parent6bb992cb04926895be57dc97e7d569ea15a07db1 (diff)
Merge commit '6bb992cb04926895be57dc97e7d569ea15a07db1' into thread-next
-rw-r--r--sysdep/unix/alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdep/unix/alloc.c b/sysdep/unix/alloc.c
index 030fb9c1..04cf7498 100644
--- a/sysdep/unix/alloc.c
+++ b/sysdep/unix/alloc.c
@@ -249,8 +249,6 @@ page_cleanup(void *_ UNUSED)
if (!stack)
return;
- /* Cleanup gets called when hot free page cache is too big.
- * Moving some pages to the cold free page cache. */
do {
synchronize_rcu();