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.93->1.94 (pk)
details: https://anonhg.NetBSD.org/src/rev/722f28e279bf
branches: netbsd-1-4
changeset: 469071:722f28e279bf
user: perry <perry%NetBSD.org@localhost>
date: Fri Jun 25 20:57:51 1999 +0000
description:
pullup 1.93->1.94 (pk)
diffstat:
sys/arch/sparc/sparc/cpu.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (43 lines):
diff -r 0ec98ab983da -r 722f28e279bf sys/arch/sparc/sparc/cpu.c
--- a/sys/arch/sparc/sparc/cpu.c Fri Jun 25 20:56:02 1999 +0000
+++ b/sys/arch/sparc/sparc/cpu.c Fri Jun 25 20:57:51 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.92.2.1 1999/06/22 16:45:17 perry Exp $ */
+/* $NetBSD: cpu.c,v 1.92.2.2 1999/06/25 20:57:51 perry Exp $ */
/*
* Copyright (c) 1996
@@ -633,11 +633,11 @@
ci->c_nlines = 0;
/* Override cache flush functions */
- sc->cache_flush = noop_cache_flush;
- sc->vcache_flush_page = noop_vcache_flush_page;
- sc->vcache_flush_segment = noop_vcache_flush_segment;
- sc->vcache_flush_region = noop_vcache_flush_region;
- sc->vcache_flush_context = noop_vcache_flush_context;
+ sc->sp_cache_flush = noop_cache_flush;
+ sc->sp_vcache_flush_page = noop_vcache_flush_page;
+ sc->sp_vcache_flush_segment = noop_vcache_flush_segment;
+ sc->sp_vcache_flush_region = noop_vcache_flush_region;
+ sc->sp_vcache_flush_context = noop_vcache_flush_context;
break;
case CPUTYP_4_200:
ci->c_vactype = VAC_WRITEBACK;
@@ -1208,11 +1208,11 @@
sc->mmu_enable = 0;
sc->cache_enable = 0;
sc->get_syncflt = 0;
- sc->cache_flush = 0;
- sc->vcache_flush_page = 0;
- sc->vcache_flush_segment = 0;
- sc->vcache_flush_region = 0;
- sc->vcache_flush_context = 0;
+ sc->sp_cache_flush = 0;
+ sc->sp_vcache_flush_page = 0;
+ sc->sp_vcache_flush_segment = 0;
+ sc->sp_vcache_flush_region = 0;
+ sc->sp_vcache_flush_context = 0;
sc->pcache_flush_line = 0;
}
Home |
Main Index |
Thread Index |
Old Index