Remove VM_MD_TO_PAGE that was accidentally committed in 1.106. It's going

to be readded with the code that uses it
This commit is contained in:
skrll 2020-12-20 15:50:44 +00:00
parent 0e4ce27167
commit 103a7264ea

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_page.h,v 1.107 2020/10/07 17:51:50 chs Exp $ */
/* $NetBSD: uvm_page.h,v 1.108 2020/12/20 15:50:44 skrll Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -406,7 +406,6 @@ int uvm_direct_process(struct vm_page **, u_int, voff_t, vsize_t,
#ifdef __HAVE_VM_PAGE_MD
#define VM_PAGE_TO_MD(pg) (&(pg)->mdpage)
#define VM_MD_TO_PAGE(md) (container_of((md), struct vm_page, mdpage))
#endif
/*