Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Alternate PTEs got killed a few weeks a...
details: https://anonhg.NetBSD.org/src/rev/5e9a2a946078
branches: trunk
changeset: 777982:5e9a2a946078
user: jym <jym%NetBSD.org@localhost>
date: Sun Mar 11 16:28:02 2012 +0000
description:
Alternate PTEs got killed a few weeks ago. Clean up unused prototypes.
diffstat:
sys/arch/x86/include/pmap.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 3177b7e2b9f8 -r 5e9a2a946078 sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h Sun Mar 11 16:16:44 2012 +0000
+++ b/sys/arch/x86/include/pmap.h Sun Mar 11 16:28:02 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.50 2012/02/17 18:40:18 bouyer Exp $ */
+/* $NetBSD: pmap.h,v 1.51 2012/03/11 16:28:02 jym Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -447,9 +447,6 @@
paddr_t vtomach(vaddr_t);
#define vtomfn(va) (vtomach(va) >> PAGE_SHIFT)
-
-void pmap_apte_flush(struct pmap *);
-void pmap_unmap_apdp(void);
#endif /* XEN */
/* pmap functions with machine addresses */
Home |
Main Index |
Thread Index |
Old Index