aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2007-05-28 21:04:22 +0000
committerAlan Cox <alc@FreeBSD.org>2007-05-28 21:04:22 +0000
commit66ab5560977c8e559da458da604445e26943a032 (patch)
treee3974ac8e83d431685a03ebc6bb60802a7a7d67c
parentcfa7a8beeaf85a1f5fd73d0528303c47ab78837a (diff)
downloadsrc-66ab5560977c8e559da458da604445e26943a032.tar.gz
src-66ab5560977c8e559da458da604445e26943a032.zip
Eliminate some unused definitions that came from NetBSD.
Notes
Notes: svn path=/head/; revision=170072
-rw-r--r--sys/arm/include/vmparam.h19
-rw-r--r--sys/powerpc/include/vmparam.h2
2 files changed, 0 insertions, 21 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h
index a22b39726120..ad17df460246 100644
--- a/sys/arm/include/vmparam.h
+++ b/sys/arm/include/vmparam.h
@@ -48,31 +48,12 @@
#define KERNBASE 0xc0000000
/*
- * Override the default pager_map size, there's not enough KVA.
- */
-
-/*
* max number of non-contig chunks of physical RAM you can have
*/
#define VM_PHYSSEG_MAX 32
/*
- * when converting a physical address to a vm_page structure, we
- * want to use a binary search on the chunks of physical memory
- * to find our RAM
- */
-
-#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
-
-/*
- * this indicates that we can't add RAM to the VM system after the
- * vm system is init'd.
- */
-
-#define VM_PHYSSEG_NOADD
-
-/*
* The physical address space is densely populated.
*/
#define VM_PHYSSEG_DENSE
diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h
index dedfc6dd3e51..01a29b24eaba 100644
--- a/sys/powerpc/include/vmparam.h
+++ b/sys/powerpc/include/vmparam.h
@@ -103,8 +103,6 @@ struct pmap_physseg {
};
#define VM_PHYSSEG_MAX 16 /* 1? */
-#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
-#define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */
/*
* The physical address space is densely populated.