powerpc/64s: Fix stress_hpt memblock alloc alignment
authorNicholas Piggin <npiggin@gmail.com>
Fri, 16 Dec 2022 11:59:27 +0000 (21:59 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Feb 2023 11:17:36 +0000 (22:17 +1100)
commitdea18da459922d70692ae1e5736d1c760040cb07
tree57db69b3576ff0d27b74e6eb290d5da21350a7cb
parentffc8e90decc531a2dd59ef9e1e6f16a52057ab62
powerpc/64s: Fix stress_hpt memblock alloc alignment

The stress_hpt memblock allocation did not pass in an alignment,
which causes a stack dump in early boot (that I missed, oops).

Fixes: 6b34a099faa1 ("powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faults")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221216115930.2667772-2-npiggin@gmail.com
arch/powerpc/mm/book3s64/hash_utils.c