Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/prep/prep Remove declarations for variables that de...



details:   https://anonhg.NetBSD.org/src/rev/979f52f8c984
branches:  trunk
changeset: 526881:979f52f8c984
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 13 06:17:36 2002 +0000

description:
Remove declarations for variables that defined elsewhere in MPC6XX code.

diffstat:

 sys/arch/prep/prep/extintr.c |  4 ++--
 sys/arch/prep/prep/machdep.c |  5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 783df151e237 -r 979f52f8c984 sys/arch/prep/prep/extintr.c
--- a/sys/arch/prep/prep/extintr.c      Mon May 13 06:11:52 2002 +0000
+++ b/sys/arch/prep/prep/extintr.c      Mon May 13 06:17:36 2002 +0000
@@ -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 $      */
 
 /*-
@@ -105,7 +105,7 @@
 void ext_intr(void);
 
 int imen = 0xffffffff;
-volatile int cpl, ipending, astpending, tickspending;
+volatile int cpl, ipending, tickspending;
 int imask[NIPL];
 int intrtype[ICU_LEN], intrmask[ICU_LEN], intrlevel[ICU_LEN];
 struct intrhand *intrhand[ICU_LEN];
diff -r 783df151e237 -r 979f52f8c984 sys/arch/prep/prep/machdep.c
--- a/sys/arch/prep/prep/machdep.c      Mon May 13 06:11:52 2002 +0000
+++ b/sys/arch/prep/prep/machdep.c      Mon May 13 06:17:36 2002 +0000
@@ -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.
@@ -89,9 +89,6 @@
 void strayintr __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
  */



Home | Main Index | Thread Index | Old Index