g/c unused function prototypes

This commit is contained in:
yamt 2011-05-19 09:57:20 +00:00
parent ee4a63b058
commit 3b8a580f96

View File

@ -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_pagefree(struct vm_page *);
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);