提交 98ae0069 编写于 作者: N Nicholas Piggin 提交者: Michael Ellerman

powerpc/pseries: radix is not subject to RMA limit, remove it

The radix guest is not subject to the paravirtualized HPT VRMA limit,
so remove that from ppc64_rma_size calculation for that platform.
Signed-off-by: NNicholas Piggin <npiggin@gmail.com>
Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
上级 1513c33d
...@@ -631,15 +631,12 @@ void radix__setup_initial_memory_limit(phys_addr_t first_memblock_base, ...@@ -631,15 +631,12 @@ void radix__setup_initial_memory_limit(phys_addr_t first_memblock_base,
if (!early_cpu_has_feature(CPU_FTR_HVMODE)) { if (!early_cpu_has_feature(CPU_FTR_HVMODE)) {
/* /*
* We limit the allocation that depend on ppc64_rma_size * Radix mode guests are not limited by RMA / VRMA addressing.
* to first_memblock_size. We also clamp it to 1GB to
* avoid some funky things such as RTAS bugs.
* *
* On radix config we really don't have a limitation * We do clamp addresses to 1GB to avoid some funky things
* on real mode access. But keeping it as above works * such as RTAS bugs.
* well enough.
*/ */
ppc64_rma_size = min_t(u64, first_memblock_size, 0x40000000); ppc64_rma_size = 0x40000000;
/* /*
* Finally limit subsequent allocations. We really don't want * Finally limit subsequent allocations. We really don't want
* to limit the memblock allocations to rma_size. FIXME!! should * to limit the memblock allocations to rma_size. FIXME!! should
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册