Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- src/sys/uvm/uvm.h 2012/02/02 19:43:08 1.63 +++ src/sys/uvm/uvm.h 2014/08/10 16:44:37 1.64 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm.h,v 1.63 2012/02/02 19:43:08 tls Exp $ */ +/* $NetBSD: uvm.h,v 1.64 2014/08/10 16:44:37 tls Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -83,9 +83,6 @@ struct uvm_cpu { int pages[PGFL_NQUEUES]; /* total of pages in page_free */ u_int emap_gen; /* emap generation number */ - uintptr_t last_fltaddr; /* last faulted address */ - uintptr_t last_delta; /* difference of last two flt addrs */ - uintptr_t last_delta2; /* difference of differences */ krndsource_t rs; /* entropy source */ };