clean-up unused definition.
This commit is contained in:
parent
351bc1e187
commit
488c2452ee
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap.h,v 1.26 2003/04/02 07:36:04 thorpej Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.27 2003/04/14 01:44:06 petrov Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||
|
@ -200,7 +200,6 @@ int pmap_dumpsize __P((void));
|
|||
int pmap_dumpmmu __P((int (*)__P((dev_t, daddr_t, caddr_t, size_t)),
|
||||
daddr_t));
|
||||
int pmap_pa_exists __P((paddr_t));
|
||||
struct proc;
|
||||
void switchexit __P((struct lwp *, int));
|
||||
|
||||
/* SPARC64 specific */
|
||||
|
|
Loading…
Reference in New Issue