Include "opt_uvm_page_trkown.h" for UVM_PAGE_TRKOWN.

This commit is contained in:
riastradh 2020-03-06 02:46:17 +00:00
parent 95fcb4b968
commit 177e627e68
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_page.h,v 1.98 2020/02/23 15:46:43 ad Exp $ */
/* $NetBSD: uvm_page.h,v 1.99 2020/03/06 02:46:17 riastradh 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>