arch/sw_64/include/asm/kvm_types.h
0 → 100644
+8
−0
+8
−45
Loading
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBDJNZ -------------------------------- Switch to the generic MMU memory cache implementation. Besides, setting pud, pmd and pte page tables will call mmu_memory_cache_alloc() to request memory cache pages, so increase KVM_MMU_CACHE_MIN_PAGES to 3 to avoid kernel panic. Signed-off-by:Chen Wang <chenwang@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>