Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Include <sys/param.h> here directly to have a sane d...



details:   https://anonhg.NetBSD.org/src/rev/bca44a6c2e5f
branches:  trunk
changeset: 466631:bca44a6c2e5f
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Dec 28 08:33:35 2019 +0000

description:
Include <sys/param.h> here directly to have a sane default for
COHERENCY_UNIT.

diffstat:

 sys/uvm/uvm_pglist.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3c088d2b2b63 -r bca44a6c2e5f sys/uvm/uvm_pglist.h
--- a/sys/uvm/uvm_pglist.h      Sat Dec 28 08:25:33 2019 +0000
+++ b/sys/uvm/uvm_pglist.h      Sat Dec 28 08:33:35 2019 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index