use large page PTEs for allocations bigger than large page size, enforce alignment (USE_LARGE_PAGES)
This commit is contained in:
committed by
Masamichi Takagi m-takagi@ab.jp.nec.com
parent
337fe4b20d
commit
a21fe11b00
@ -20,6 +20,7 @@
|
||||
|
||||
#define PS_NORMAL (PS_INTERRUPTIBLE | PS_UNINTERRUPTIBLE)
|
||||
|
||||
#define USE_LARGE_PAGES
|
||||
|
||||
struct vm_range {
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user