Remove uneeded declarations.

This commit is contained in:
matt 2012-08-03 15:56:06 +00:00
parent 932ef25ea7
commit 8983b69e7f
1 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: netwinder_machdep.c,v 1.76 2011/07/01 20:50:34 dyoung Exp $ */
/* $NetBSD: netwinder_machdep.c,v 1.77 2012/08/03 15:56:06 matt Exp $ */
/*
* Copyright (c) 1997,1998 Mark Brinicombe.
@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.76 2011/07/01 20:50:34 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: netwinder_machdep.c,v 1.77 2012/08/03 15:56:06 matt Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@ -143,18 +143,8 @@ vm_offset_t pagetables_start;
int max_processes = 64; /* Default number */
#endif /* !PMAP_STATIC_L1S */
/* Physical and virtual addresses for some global pages */
pv_addr_t irqstack;
pv_addr_t undstack;
pv_addr_t abtstack;
extern pv_addr_t kernelstack; /* in arm32_machdep.c */
vm_offset_t msgbufphys;
extern u_int data_abort_handler_address;
extern u_int prefetch_abort_handler_address;
extern u_int undefined_handler_address;
#ifdef PMAP_DEBUG
extern int pmap_debug_level;
#endif