Remove superflouse extern decls.

This commit is contained in:
martin 2008-01-06 18:24:06 +00:00
parent fb8f17133f
commit ae4518d415
2 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.211 2007/12/09 22:04:32 martin Exp $ */
/* $NetBSD: machdep.c,v 1.212 2008/01/06 18:24:06 martin Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -78,7 +78,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.211 2007/12/09 22:04:32 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.212 2008/01/06 18:24:06 martin Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@ -153,8 +153,6 @@ struct vm_map *exec_map = NULL;
struct vm_map *mb_map = NULL;
extern vaddr_t avail_end;
int physmem;
extern void *msgbufaddr;
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.206 2008/01/06 18:07:16 martin Exp $ */
/* $NetBSD: pmap.c,v 1.207 2008/01/06 18:24:06 martin Exp $ */
/*
*
* Copyright (C) 1996-1999 Eduardo Horvath.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.206 2008/01/06 18:07:16 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.207 2008/01/06 18:24:06 martin Exp $");
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
#define HWREF
@ -147,7 +147,6 @@ int tsbsize; /* tsbents = 512 * 2^^tsbsize */
struct pmap kernel_pmap_;
int physmem;
/*
* Virtual and physical addresses of the start and end of kernel text
* and data segments.