Module Name:    src
Committed By:   jym
Date:           Sun Mar 11 16:28:02 UTC 2012

Modified Files:
        src/sys/arch/x86/include: pmap.h

Log Message:
Alternate PTEs got killed a few weeks ago. Clean up unused prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/x86/include/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/pmap.h
diff -u src/sys/arch/x86/include/pmap.h:1.50 src/sys/arch/x86/include/pmap.h:1.51
--- src/sys/arch/x86/include/pmap.h:1.50	Fri Feb 17 18:40:18 2012
+++ src/sys/arch/x86/include/pmap.h	Sun Mar 11 16:28:02 2012
@@ -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 @@ xpmap_ptetomach(pt_entry_t *pte)
 
 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 */

Reply via email to