Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc smp_cache_flush() also takes a context ...



details:   https://anonhg.NetBSD.org/src/rev/225e9af95beb
branches:  trunk
changeset: 540580:225e9af95beb
user:      pk <pk%NetBSD.org@localhost>
date:      Thu Dec 19 10:27:19 2002 +0000

description:
smp_cache_flush() also takes a context parameter.

diffstat:

 sys/arch/sparc/sparc/cache.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 05f5ccc97e81 -r 225e9af95beb sys/arch/sparc/sparc/cache.h
--- a/sys/arch/sparc/sparc/cache.h      Thu Dec 19 09:59:47 2002 +0000
+++ b/sys/arch/sparc/sparc/cache.h      Thu Dec 19 10:27:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cache.h,v 1.26 2002/12/16 16:59:10 pk Exp $ */
+/*     $NetBSD: cache.h,v 1.27 2002/12/19 10:27:19 pk Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -213,9 +213,9 @@
  */
 void   smp_vcache_flush_context __P((int));    /* flush current context */
 void   smp_vcache_flush_region __P((int,int)); /* flush region in cur ctx */
-void   smp_vcache_flush_segment __P((int, int,int));/* flush seg in cur ctx */
+void   smp_vcache_flush_segment __P((int, int, int));/* flush seg in cur ctx */
 void   smp_vcache_flush_page __P((int va,int));        /* flush page in cur ctx */
-void   smp_cache_flush __P((caddr_t, u_int));  /* flush region */
+void   smp_cache_flush __P((caddr_t, u_int, int));     /* flush region */
 
 
 #define cache_flush_page(va,ctx)       cpuinfo.vcache_flush_page(va,ctx)



Home | Main Index | Thread Index | Old Index