Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_init.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_init.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- src/sys/uvm/uvm_init.c 2020/03/06 20:46:12 1.53 +++ src/sys/uvm/uvm_init.c 2020/10/07 17:51:50 1.54 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_init.c,v 1.53 2020/03/06 20:46:12 ad Exp $ */ +/* $NetBSD: uvm_init.c,v 1.54 2020/10/07 17:51:50 chs Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.53 2020/03/06 20:46:12 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.54 2020/10/07 17:51:50 chs Exp $"); #include #include @@ -107,6 +107,7 @@ uvm_init(void) */ uvm_page_init(&kvm_start, &kvm_end); + uvm_pglistalloc_init(); /* * Init the map sub-system.