Module Name: src Committed By: martin Date: Sat Dec 28 08:33:35 UTC 2019
Modified Files: src/sys/uvm: uvm_pglist.h Log Message: Include <sys/param.h> here directly to have a sane default for COHERENCY_UNIT. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/uvm/uvm_pglist.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/uvm/uvm_pglist.h diff -u src/sys/uvm/uvm_pglist.h:1.9 src/sys/uvm/uvm_pglist.h:1.10 --- src/sys/uvm/uvm_pglist.h:1.9 Fri Dec 27 12:51:57 2019 +++ src/sys/uvm/uvm_pglist.h Sat Dec 28 08:33:35 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_pglist.h,v 1.9 2019/12/27 12:51:57 ad Exp $ */ +/* $NetBSD: uvm_pglist.h,v 1.10 2019/12/28 08:33:35 martin Exp $ */ /*- * Copyright (c) 2000, 2001, 2008, 2019 The NetBSD Foundation, Inc. @@ -32,6 +32,8 @@ #ifndef _UVM_UVM_PGLIST_H_ #define _UVM_UVM_PGLIST_H_ +#include <sys/param.h> + /* * This defines the type of a page queue, e.g. active list, inactive * list, etc.