We don't support any ARM systems with an ISA bus and don't need a freelist

of memory to support ISA addressing limitations.
This commit is contained in:
Ian Lepore 2014-04-04 19:35:38 +00:00
parent 3be7751dca
commit e69ba7c708
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264135

View File

@ -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.