BSS/data: demand paging for non-file section and respect user requested NUMA allocation policy

This commit is contained in:
Balazs Gerofi
2017-01-21 18:45:44 +09:00
parent fdbdcbd0ee
commit afb7cb3a1e
4 changed files with 52 additions and 42 deletions

View File

@ -54,6 +54,8 @@ typedef unsigned long ihk_mc_ap_flag;
#define IHK_MC_AP_BANDWIDTH 0x010000
#define IHK_MC_AP_LATENCY 0x020000
#define AP_USER_THRESHOLD (2097152)
enum ihk_mc_pt_prepare_flag {
IHK_MC_PT_FIRST_LEVEL,
IHK_MC_PT_LAST_LEVEL,