summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:21:39 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-18 21:21:39 +0000
commit9b19045559b127eb080350c94ec86e86fb094292 (patch)
treee371c69e8aa6571e745d7d1b88b1d28e1f7f556d /sys/arch/powerpc/include
parent77eb8f3f8fd7ac63af7818f6b21e71f2c23cde70 (diff)
Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>
provides an inline version of it.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r--sys/arch/powerpc/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h
index 29f146a3aac..b98247c4fe2 100644
--- a/sys/arch/powerpc/include/pmap.h
+++ b/sys/arch/powerpc/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.45 2007/09/10 18:49:45 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.46 2010/11/18 21:21:38 miod Exp $ */
/* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */
/*-
@@ -137,7 +137,6 @@ int pte_spill_v(struct pmap *pm, u_int32_t va, u_int32_t dsisr, int exec_fault);
#define pmap_copy(dst_pmap, src_pmap, dst_addr, len, src_addr) ;
int reserve_dumppages(caddr_t p);
-void pmap_proc_iflush(struct proc *proc, vaddr_t va, vsize_t len);
#define pmap_unuse_final(p) /* nothing */
#define pmap_remove_holes(map) do { /* nothing */ } while (0)