Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Remove CPU_MIPS_DOUBLE_COUNT for the MIPS...



details:   https://anonhg.NetBSD.org/src/rev/6ae8e008ad30
branches:  trunk
changeset: 535452:6ae8e008ad30
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Aug 19 12:03:04 2002 +0000

description:
Remove CPU_MIPS_DOUBLE_COUNT for the MIPS 20Kc - it's cycle counter runs
at the normel CPU frequency.

diffstat:

 sys/arch/mips/mips/mips_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d2b9c235c6dd -r 6ae8e008ad30 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Mon Aug 19 11:14:23 2002 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Mon Aug 19 12:03:04 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.145 2002/08/06 06:54:36 shin Exp $  */
+/*     $NetBSD: mips_machdep.c,v 1.146 2002/08/19 12:03:04 simonb Exp $        */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -120,7 +120,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.145 2002/08/06 06:54:36 shin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.146 2002/08/19 12:03:04 simonb Exp $");
 
 #include "opt_cputype.h"
 #include "opt_compat_netbsd.h"
@@ -377,7 +377,7 @@
        { MIPS_PRID_CID_MTI, MIPS_5Kc, -1, -1,  -1, 0,
          MIPS64_FLAGS | CPU_MIPS_DOUBLE_COUNT, "5Kc"                   },
        { MIPS_PRID_CID_MTI, MIPS_20Kc, -1, -1, -1, 0,
-         MIPS64_FLAGS | CPU_MIPS_DOUBLE_COUNT, "20Kc"                  },
+         MIPS64_FLAGS,                         "20Kc"                  },
 
        { MIPS_PRID_CID_ALCHEMY, MIPS_AU_REV1, MIPS_AU1000, -1, -1, 0,
          MIPS32_FLAGS | CPU_MIPS_NO_WAIT,      "Au1000 (Rev 1 core)"   },



Home | Main Index | Thread Index | Old Index