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/7268a48c11f7
branches: trunk
changeset: 793878:7268a48c11f7
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 d6fddb098742 -r 7268a48c11f7 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