Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/oea Add pmap_ste_spill



details:   https://anonhg.NetBSD.org/src/rev/9caf51980918
branches:  trunk
changeset: 327138:9caf51980918
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 28 05:32:01 2014 +0000

description:
Add pmap_ste_spill

diffstat:

 sys/arch/powerpc/include/oea/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0c826545a0dc -r 9caf51980918 sys/arch/powerpc/include/oea/pmap.h
--- a/sys/arch/powerpc/include/oea/pmap.h       Fri Feb 28 05:31:38 2014 +0000
+++ b/sys/arch/powerpc/include/oea/pmap.h       Fri Feb 28 05:32:01 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.27 2012/07/28 23:11:00 matt Exp $   */
+/*     $NetBSD: pmap.h,v 1.28 2014/02/28 05:32:01 matt Exp $   */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -149,6 +149,7 @@
 void pmap_real_memory(paddr_t *, psize_t *);
 void pmap_procwr(struct proc *, vaddr_t, size_t);
 int pmap_pte_spill(pmap_t, vaddr_t, bool);
+int pmap_ste_spill(pmap_t, vaddr_t, bool);
 void pmap_pinit(pmap_t);
 
 u_int powerpc_mmap_flags(paddr_t);



Home | Main Index | Thread Index | Old Index