Remove bogus external declaration for pdes, it appears not to be needed.
This commit is contained in:
parent
6114f16a00
commit
177ce69567
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pmap.h,v 1.5 2004/08/08 09:47:05 yamt Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.6 2005/07/04 11:50:17 blymn Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -396,7 +396,6 @@ extern int pmap_pg_g; /* do we support PG_G? */
|
|||
extern paddr_t ptp_masks[];
|
||||
extern int ptp_shifts[];
|
||||
extern long nkptp[], nbpd[], nkptpmax[];
|
||||
extern pd_entry_t *pdes[];
|
||||
|
||||
/*
|
||||
* macros
|
||||
|
|
Loading…
Reference in New Issue