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:
parent
3be7751dca
commit
e69ba7c708
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264135
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user