aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2014-04-04 19:35:38 +0000
committerIan Lepore <ian@FreeBSD.org>2014-04-04 19:35:38 +0000
commite69ba7c7082e69b022377c991bc0f31b6f50faf5 (patch)
treeb9dcb27e0730478fda00832c0be65657866388f8 /sys/arm/include
parent3be7751dca68c1f2e122888d705338d9dba079f0 (diff)
Notes
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/vmparam.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h
index 1f3d0d255821..bf6e9f4b4375 100644
--- a/sys/arm/include/vmparam.h
+++ b/sys/arm/include/vmparam.h
@@ -93,15 +93,10 @@
#define VM_FREEPOOL_DIRECT 0
/*
- * we support 2 free lists:
- *
- * - DEFAULT for all systems
- * - ISADMA for the ISA DMA range on Sharks only
+ * We need just one free list: DEFAULT.
*/
-
-#define VM_NFREELIST 2
+#define VM_NFREELIST 1
#define VM_FREELIST_DEFAULT 0
-#define VM_FREELIST_ISADMA 1
/*
* The largest allocation size is 1MB.