Revert "xpmem: fix mapping of attachment and segment"

This reverts commit a5fcc91656.

Change-Id: If29415369d724391b291939ecce76482138e82f5
This commit is contained in:
Masamichi Takagi
2020-06-16 10:38:31 +09:00
parent 33b7414615
commit e774e1b984
43 changed files with 284 additions and 2875 deletions

View File

@@ -62,7 +62,6 @@ 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;
static struct ihk_mc_pa_ops *pa_ops;
@@ -1955,11 +1954,6 @@ void mem_init(void)
kprintf("Demand paging on ANONYMOUS mappings enabled.\n");
anon_on_demand = 1;
}
if (find_command_line("xpmem_remote_on_demand")) {
kprintf("Demand paging on XPMEM remote mappings enabled.\n");
xpmem_remote_on_demand = 1;
}
/* Init distance vectors */
numa_distances_init();