Commit 3d3282fd authored by Nicholas Piggin's avatar Nicholas Piggin Committed by Michael Ellerman
Browse files

powerpc/pseries: lparcfg don't include slb_size line in radix mode



This avoids a change in behaviour in the later patch making hash
support configurable. This is possibly a user interface change, so
the alternative would be a hard-coded slb_size=0 here.

Signed-off-by: default avatarNicholas Piggin <npiggin@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211201144153.2456614-7-npiggin@gmail.com
parent 0c7cc15e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -532,6 +532,7 @@ static int pseries_lparcfg_data(struct seq_file *m, void *v)
		   lppaca_shared_proc(get_lppaca()));

#ifdef CONFIG_PPC_BOOK3S_64
	if (!radix_enabled())
		seq_printf(m, "slb_size=%d\n", mmu_slb_size);
#endif
	parse_em_data(m);