mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Tell VM we now have ARM platforms with physically discontiguous memory.
This commit is contained in:
parent
d7a39436e5
commit
0b7d5b8f89
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264203
@ -77,9 +77,9 @@
|
||||
#define VM_PHYSSEG_MAX 32
|
||||
|
||||
/*
|
||||
* The physical address space is densely populated.
|
||||
* The physical address space may be sparsely populated on some ARM systems.
|
||||
*/
|
||||
#define VM_PHYSSEG_DENSE
|
||||
#define VM_PHYSSEG_SPARSE
|
||||
|
||||
/*
|
||||
* Create two free page pools. Since the ARM kernel virtual address
|
||||
|
Loading…
Reference in New Issue
Block a user