vm: increase the number of sparse memory sectors that can be created
This commit is contained in:
@@ -23,7 +23,7 @@ struct bcache;
|
|||||||
/* maximum number of supported page orders */
|
/* maximum number of supported page orders */
|
||||||
#define VM_MAX_PAGE_ORDERS (VM_PAGE_MAX_ORDER + 1)
|
#define VM_MAX_PAGE_ORDERS (VM_PAGE_MAX_ORDER + 1)
|
||||||
/* maximum number of sparse memory sectors */
|
/* maximum number of sparse memory sectors */
|
||||||
#define VM_MAX_SECTORS 1024
|
#define VM_MAX_SECTORS 8192
|
||||||
|
|
||||||
/* maximum number of disk sectors that can be stored in a single
|
/* maximum number of disk sectors that can be stored in a single
|
||||||
page. AKA the number of bits in the sector bitmap.
|
page. AKA the number of bits in the sector bitmap.
|
||||||
|
|||||||
Reference in New Issue
Block a user