Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/sparc pullup 1.92->1.93 (pk): support fo...



details:   https://anonhg.NetBSD.org/src/rev/82e1d0aa2820
branches:  netbsd-1-4
changeset: 468887:82e1d0aa2820
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 16:45:17 1999 +0000

description:
pullup 1.92->1.93 (pk): support for hypersparc CPU modules

diffstat:

 sys/arch/sparc/sparc/cpu.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b420c40bb09d -r 82e1d0aa2820 sys/arch/sparc/sparc/cpu.c
--- a/sys/arch/sparc/sparc/cpu.c        Tue Jun 22 16:42:45 1999 +0000
+++ b/sys/arch/sparc/sparc/cpu.c        Tue Jun 22 16:45:17 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.92 1999/03/31 14:09:09 pk Exp $ */
+/*     $NetBSD: cpu.c,v 1.92.2.1 1999/06/22 16:45:17 perry Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -1090,7 +1090,7 @@
 /* ROSS Hypersparc */
 struct module_info module_hypersparc = {               /* UNTESTED */
        CPUTYP_UNKNOWN,
-       VAC_WRITETHROUGH, /* should be:VAC_NONE/VAC_WRITEBACK*/
+       VAC_WRITEBACK,
        cpumatch_hypersparc,
        getcacheinfo_obp,
        0,
@@ -1117,10 +1117,8 @@
        int     node;
 {
        sc->cpu_type = CPUTYP_HS_MBUS;/*XXX*/
-sc->flags |= CPUFLG_CACHE_MANDATORY;
        if (node == 0)
                sta(0, ASI_HICACHECLR, 0);
-       printf("warning: hypersparc support still under construction\n");
 }
 
 void



Home | Main Index | Thread Index | Old Index