diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-24 09:44:43 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-24 09:44:43 +0100 |
commit | 3d96a16ae85db4329d2a24b7df9b3c18ae4e1045 (patch) | |
tree | 8998144388ea198ef1fbd8447ff54b714a2ed9ea /sysdep/unix/alloc.c | |
parent | 717612fa181f541f9be83d29317395bc2964e384 (diff) | |
parent | 6bb992cb04926895be57dc97e7d569ea15a07db1 (diff) |
Merge commit '6bb992cb04926895be57dc97e7d569ea15a07db1' into thread-next
Diffstat (limited to 'sysdep/unix/alloc.c')
-rw-r--r-- | sysdep/unix/alloc.c | 2 |
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(); |