summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
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 1f3d0d2..bf6e9f4 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.
OpenPOWER on IntegriCloud