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_page.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_page.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11.4.4 retrieving revision 1.12 diff -u -p -r1.11.4.4 -r1.12 --- src/sys/uvm/uvm_page.h 1999/08/09 00:05:56 1.11.4.4 +++ src/sys/uvm/uvm_page.h 1999/05/24 19:10:57 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_page.h,v 1.11.4.4 1999/08/09 00:05:56 chs Exp $ */ +/* $NetBSD: uvm_page.h,v 1.12 1999/05/24 19:10:57 thorpej Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -73,8 +73,6 @@ * uvm_page.h */ -#ifdef _KERNEL - /* * macros */ @@ -116,8 +114,10 @@ vaddr_t uvm_pageboot_alloc __P((vsize_t) PAGE_INLINE void uvm_pagecopy __P((struct vm_page *, struct vm_page *)); PAGE_INLINE void uvm_pagedeactivate __P((struct vm_page *)); void uvm_pagefree __P((struct vm_page *)); -void uvm_page_unbusy __P((struct vm_page **, int)); -PAGE_INLINE struct vm_page *uvm_pagelookup __P((struct uvm_object *, voff_t)); +PAGE_INLINE struct vm_page *uvm_pagelookup + __P((struct uvm_object *, vaddr_t)); +void uvm_pageremove __P((struct vm_page *)); +/* uvm_pagerename: not needed */ PAGE_INLINE void uvm_pageunwire __P((struct vm_page *)); PAGE_INLINE void uvm_pagewait __P((struct vm_page *, int)); PAGE_INLINE void uvm_pagewake __P((struct vm_page *)); @@ -126,6 +126,4 @@ PAGE_INLINE void uvm_pagezero __P((struc PAGE_INLINE int uvm_page_lookup_freelist __P((struct vm_page *)); -#endif /* _KERNEL */ - #endif /* _UVM_UVM_PAGE_H_ */