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

This reverts commit 3c646e2485.

Change-Id: Ibae8100403586775a32d6eb36c74383131066ac9
This commit is contained in:
Masamichi Takagi
2020-06-16 10:38:27 +09:00
parent 3c646e2485
commit 33b7414615

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 = 1;
int xpmem_remote_on_demand;
static struct ihk_mc_pa_ops *pa_ops;