summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pmap.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-02-28 11:55:44 +0000
committerbenno <benno@FreeBSD.org>2002-02-28 11:55:44 +0000
commit2f6cdd214040fc3b853032788fddac338d42f73c (patch)
tree0aa954800debefac81d0d0ad43987160f2bc6ee3 /sys/powerpc/include/pmap.h
parent5c807e00f8ff8b61f1e36093c70a0ae2d1dbb05b (diff)
downloadFreeBSD-src-2f6cdd214040fc3b853032788fddac338d42f73c.zip
FreeBSD-src-2f6cdd214040fc3b853032788fddac338d42f73c.tar.gz
- Modify pmap_activate so it only marks the pmap as active.
- Add a pmap_deactivate function.
Diffstat (limited to 'sys/powerpc/include/pmap.h')
-rw-r--r--sys/powerpc/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h
index 080c5a3..841e55a 100644
--- a/sys/powerpc/include/pmap.h
+++ b/sys/powerpc/include/pmap.h
@@ -69,6 +69,7 @@ extern struct pmap kernel_pmap_store;
#ifdef _KERNEL
void pmap_bootstrap(vm_offset_t, vm_offset_t);
+void pmap_deactivate(struct thread *);
vm_offset_t pmap_kextract(vm_offset_t);
int pmap_pte_spill(vm_offset_t);
OpenPOWER on IntegriCloud