Module Name:    src
Committed By:   skrll
Date:           Sun Dec 20 15:50:44 UTC 2020

Modified Files:
        src/sys/uvm: uvm_page.h

Log Message:
Remove VM_MD_TO_PAGE that was accidentally committed in 1.106.  It's going
to be readded with the code that uses it


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 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.107 src/sys/uvm/uvm_page.h:1.108
--- src/sys/uvm/uvm_page.h:1.107	Wed Oct  7 17:51:50 2020
+++ src/sys/uvm/uvm_page.h	Sun Dec 20 15:50:44 2020
@@ -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 **
 
 #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
 
 /*

Reply via email to