patch-2.4.15 linux/arch/s390x/mm/init.c

Next file: linux/arch/sh/kernel/setup.c
Previous file: linux/arch/s390x/mm/fault.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/arch/s390x/mm/init.c linux/arch/s390x/mm/init.c
@@ -59,7 +59,7 @@
 			}
                         if(pte_quicklist) {
 				pte_free_slow(pte_alloc_one_fast(NULL, 0));
-				freed += 4;
+				freed += 1;
 			}
                 } while(pgtable_cache_size > low);
         }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)