Source-Changes-HG archive

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

[src/trunk]: src/sys/common/pmap/tlb Use new names for the pmap_syncicache ro...



details:   https://anonhg.NetBSD.org/src/rev/981c914b11e5
branches:  trunk
changeset: 766459:981c914b11e5
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 23 07:45:24 2011 +0000

description:
Use new names for the pmap_syncicache routines

diffstat:

 sys/common/pmap/tlb/pmap.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r fb3e35363d89 -r 981c914b11e5 sys/common/pmap/tlb/pmap.h
--- a/sys/common/pmap/tlb/pmap.h        Thu Jun 23 07:43:19 2011 +0000
+++ b/sys/common/pmap/tlb/pmap.h        Thu Jun 23 07:45:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.8 2011/06/23 05:50:24 matt Exp $    */
+/*     $NetBSD: pmap.h,v 1.9 2011/06/23 07:45:24 matt Exp $    */
 
 /*
  * Copyright (c) 1992, 1993
@@ -234,9 +234,9 @@
 bool   pmap_tlb_shootdown_bystanders(pmap_t pmap);
 void   pmap_tlb_info_attach(struct pmap_tlb_info *, struct cpu_info *);
 void   pmap_md_tlb_info_attach(struct pmap_tlb_info *, struct cpu_info *);
-void   pmap_tlb_syncicache_ast(struct cpu_info *);
-void   pmap_tlb_syncicache_wanted(struct cpu_info *);
-void   pmap_tlb_syncicache(vaddr_t, uint32_t);
+void   pmap_syncicache_ast(struct cpu_info *);
+void   pmap_syncicache_wanted(struct cpu_info *);
+void   pmap_syncicache(vaddr_t, uint32_t);
 #endif
 void   pmap_tlb_info_init(struct pmap_tlb_info *);
 void   pmap_tlb_info_evcnt_attach(struct pmap_tlb_info *);



Home | Main Index | Thread Index | Old Index