Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax - Save MIPS1 only configuration for 3min, ...



details:   https://anonhg.NetBSD.org/src/rev/c91a763bc8b0
branches:  trunk
changeset: 473259:c91a763bc8b0
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu May 27 06:43:50 1999 +0000

description:
- Save MIPS1 only configuration for 3min, pointed by Erik Bertelsen
<erik%mediator.uni-c.dk@localhost>

diffstat:

 sys/arch/pmax/pmax/dec_3min.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r b441e03cda96 -r c91a763bc8b0 sys/arch/pmax/pmax/dec_3min.c
--- a/sys/arch/pmax/pmax/dec_3min.c     Thu May 27 05:41:15 1999 +0000
+++ b/sys/arch/pmax/pmax/dec_3min.c     Thu May 27 06:43:50 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dec_3min.c,v 1.18 1999/05/26 04:23:59 nisimura Exp $   */
+/*     $NetBSD: dec_3min.c,v 1.19 1999/05/27 06:43:50 nisimura Exp $   */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -73,7 +73,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.18 1999/05/26 04:23:59 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.19 1999/05/27 06:43:50 nisimura Exp $");
 
 
 #include <sys/types.h>
@@ -126,8 +126,6 @@
                               int clockmask));
 u_long kmin_tc3_imask;
 
-static unsigned latched_cycle_cnt;
-
 void kn02ba_wbflush __P((void));
 unsigned kn02ba_clkread __P((void));
 extern unsigned (*clkread) __P((void));
@@ -138,6 +136,7 @@
 extern int physmem_boardmax;
 
 #ifdef MIPS3
+static unsigned latched_cycle_cnt;
 extern u_int32_t mips3_cycle_count __P((void));
 #endif
 



Home | Main Index | Thread Index | Old Index