Module Name:    src
Committed By:   yamt
Date:           Thu May 19 09:57:21 UTC 2011

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

Log Message:
g/c unused function prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/sys/uvm/uvm_page.h:1.72
--- src/sys/uvm/uvm_page.h:1.71	Wed Feb  2 15:25:27 2011
+++ src/sys/uvm/uvm_page.h	Thu May 19 09:57:20 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_page.h,v 1.71 2011/02/02 15:25:27 chuck Exp $	*/
+/*	$NetBSD: uvm_page.h,v 1.72 2011/05/19 09:57:20 yamt Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -283,8 +283,6 @@
 void uvm_page_unbusy(struct vm_page **, int);
 struct vm_page *uvm_pagelookup(struct uvm_object *, voff_t);
 void uvm_pageunwire(struct vm_page *);
-void uvm_pagewait(struct vm_page *, int);
-void uvm_pagewake(struct vm_page *);
 void uvm_pagewire(struct vm_page *);
 void uvm_pagezero(struct vm_page *);
 bool uvm_pageismanaged(paddr_t);

Reply via email to