diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-02-07 01:46:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-02-07 01:46:28 +0000 |
commit | 7303d8e6bdfd799b5c776723ce6e35442d573509 (patch) | |
tree | 91cc7b72e98b24c416384cf349afd3036f1cad07 /sys/arch/amd64/include/pmap.h | |
parent | 31665884e60707bb1b8e2b387d862416b7541e44 (diff) |
Tedu the old idle page zeroing code.
ok tedu@, guenther@, miod@
Diffstat (limited to 'sys/arch/amd64/include/pmap.h')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 81d672392e8..45a37aadbe0 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.51 2014/12/15 05:05:24 guenther Exp $ */ +/* $OpenBSD: pmap.h,v 1.52 2015/02/07 01:46:27 kettenis Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -416,12 +416,6 @@ void pmap_flush_cache(vaddr_t, vsize_t); #define PMAP_GROWKERNEL /* turn on pmap_growkernel interface */ /* - * Do idle page zero'ing uncached to avoid polluting the cache. - */ -boolean_t pmap_pageidlezero(struct vm_page *); -#define PMAP_PAGEIDLEZERO(pg) pmap_pageidlezero((pg)) - -/* * inline functions */ |