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 The TX79 core in the R5900 doesn't suppor...



details:   https://anonhg.NetBSD.org/src/rev/7f85720114e2
branches:  trunk
changeset: 534872:7f85720114e2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Aug 05 02:18:43 2002 +0000

description:
The TX79 core in the R5900 doesn't support LL/SC.
XXX: Others in this table will need to be updated.

diffstat:

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

diffs (27 lines):

diff -r 3d9a5372d669 -r 7f85720114e2 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Mon Aug 05 02:13:14 2002 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Mon Aug 05 02:18:43 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.142 2002/08/05 02:13:14 simonb Exp $        */
+/*     $NetBSD: mips_machdep.c,v 1.143 2002/08/05 02:18:43 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.142 2002/08/05 02:13:14 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.143 2002/08/05 02:18:43 simonb Exp $");
 
 #include "opt_cputype.h"
 #include "opt_compat_netbsd.h"
@@ -358,7 +358,7 @@
        { 0, MIPS_R5400, -1, -1,                CPU_ARCH_MIPSx, -1,
          MIPS_NOT_SUPP | CPU_MIPS_R4K_MMU,     "NEC VR5400 CPU"        },
        { 0, MIPS_R5900, -1, -1,                CPU_ARCH_MIPS3, 48,
-         CPU_MIPS_R4K_MMU,                     "Toshiba R5900 CPU"     },
+         CPU_MIPS_NO_LLSC | CPU_MIPS_R4K_MMU,  "Toshiba R5900 CPU"     },
 
 #if 0 /* ID collisions : can we use a CU1 test or similar? */
        { 0, MIPS_R3SONY, -1, -1,               CPU_ARCH_MIPS1, -1,



Home | Main Index | Thread Index | Old Index