Module Name: src
Committed By: martin
Date: Wed May 13 18:05:14 UTC 2020
Modified Files:
src/sys/uvm [netbsd-9]: uvm_page.h
Log Message:
Pull up following revision(s) (requested by chs in ticket #906):
sys/uvm/uvm_page.h: revision 1.99
Include "opt_uvm_page_trkown.h" for UVM_PAGE_TRKOWN.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.84.4.1 src/sys/uvm/uvm_page.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_page.h
diff -u src/sys/uvm/uvm_page.h:1.84 src/sys/uvm/uvm_page.h:1.84.4.1
--- src/sys/uvm/uvm_page.h:1.84 Mon Jan 7 22:48:01 2019
+++ src/sys/uvm/uvm_page.h Wed May 13 18:05:14 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_page.h,v 1.84 2019/01/07 22:48:01 jdolecek Exp $ */
+/* $NetBSD: uvm_page.h,v 1.84.4.1 2020/05/13 18:05:14 martin Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -64,6 +64,10 @@
#ifndef _UVM_UVM_PAGE_H_
#define _UVM_UVM_PAGE_H_
+#ifdef _KERNEL_OPT
+#include "opt_uvm_page_trkown.h"
+#endif
+
#include <uvm/uvm_extern.h>
#include <uvm/uvm_pglist.h>