xpmem: map only resident segment pages at attach time (workaround for Fugaku)

Change-Id: I50ac8ba88b208608206b68b4c57e278041913503
This commit is contained in:
Masamichi Takagi
2020-06-16 09:17:26 +09:00
parent a5fcc91656
commit 3c646e2485

View File

@ -62,7 +62,7 @@ extern int interrupt_from_user(void *);
struct tlb_flush_entry tlb_flush_vector[IHK_TLB_FLUSH_IRQ_VECTOR_SIZE];
int anon_on_demand = 0;
int xpmem_remote_on_demand;
int xpmem_remote_on_demand = 1;
static struct ihk_mc_pa_ops *pa_ops;