Remove __HAVE_PMAP_PHYSSEG support, nothing uses it anymore.
authormiod <miod@openbsd.org>
Wed, 1 Jan 2014 22:15:18 +0000 (22:15 +0000)
committermiod <miod@openbsd.org>
Wed, 1 Jan 2014 22:15:18 +0000 (22:15 +0000)
sys/uvm/uvm_page.h

index 5bb3897..005b700 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uvm_page.h,v 1.50 2013/05/30 16:29:46 tedu Exp $      */
+/*     $OpenBSD: uvm_page.h,v 1.51 2014/01/01 22:15:18 miod Exp $      */
 /*     $NetBSD: uvm_page.h,v 1.19 2000/12/28 08:24:55 chs Exp $        */
 
 /* 
@@ -202,9 +202,6 @@ struct vm_physseg {
        paddr_t avail_end;              /* (PF# of last free page in segment) +1  */
        struct  vm_page *pgs;           /* vm_page structures (from start) */
        struct  vm_page *lastpg;        /* vm_page structure for end */
-#ifdef __HAVE_PMAP_PHYSSEG
-       struct  pmap_physseg pmseg;     /* pmap specific (MD) data */
-#endif
 };
 
 #ifdef _KERNEL