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 Add pmap_md_tlb_info_attach prototype.
details: https://anonhg.NetBSD.org/src/rev/365d6248aeb8
branches: trunk
changeset: 766457:365d6248aeb8
user: matt <matt%NetBSD.org@localhost>
date: Thu Jun 23 05:50:24 2011 +0000
description:
Add pmap_md_tlb_info_attach prototype.
diffstat:
sys/common/pmap/tlb/pmap.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 35ef4081850b -r 365d6248aeb8 sys/common/pmap/tlb/pmap.h
--- a/sys/common/pmap/tlb/pmap.h Thu Jun 23 05:42:37 2011 +0000
+++ b/sys/common/pmap/tlb/pmap.h Thu Jun 23 05:50:24 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.7 2011/06/23 05:42:27 matt Exp $ */
+/* $NetBSD: pmap.h,v 1.8 2011/06/23 05:50:24 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -233,6 +233,7 @@
void pmap_tlb_shootdown_process(void);
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);
Home |
Main Index |
Thread Index |
Old Index