Remove declarations for variables that defined elsewhere in MPC6XX code.

This commit is contained in:
matt 2002-05-13 06:17:36 +00:00
parent ada33c9eac
commit d7ee0a910a
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: extintr.c,v 1.11 2002/03/04 02:19:08 simonb Exp $ */ /* $NetBSD: extintr.c,v 1.12 2002/05/13 06:17:36 matt Exp $ */
/* $OpenBSD: isabus.c,v 1.12 1999/06/15 02:40:05 rahnds Exp $ */ /* $OpenBSD: isabus.c,v 1.12 1999/06/15 02:40:05 rahnds Exp $ */
/*- /*-
@ -105,7 +105,7 @@ int fakeintr(void *);
void ext_intr(void); void ext_intr(void);
int imen = 0xffffffff; int imen = 0xffffffff;
volatile int cpl, ipending, astpending, tickspending; volatile int cpl, ipending, tickspending;
int imask[NIPL]; int imask[NIPL];
int intrtype[ICU_LEN], intrmask[ICU_LEN], intrlevel[ICU_LEN]; int intrtype[ICU_LEN], intrmask[ICU_LEN], intrlevel[ICU_LEN];
struct intrhand *intrhand[ICU_LEN]; struct intrhand *intrhand[ICU_LEN];

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.38 2002/04/25 20:36:50 nonaka Exp $ */ /* $NetBSD: machdep.c,v 1.39 2002/05/13 06:17:36 matt Exp $ */
/* /*
* Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -89,9 +89,6 @@ void dumpsys __P((void));
void strayintr __P((int)); void strayintr __P((int));
int lcsplx __P((int)); int lcsplx __P((int));
/* Our exported CPU info; we have only one right now. */
struct cpu_info cpu_info_store;
/* /*
* Global variables used here and there * Global variables used here and there
*/ */