Re: [PATCH 1/6] powerpc/64s: remove register_process_table callback
From: Michael Ellerman <hidden>
Date: 2019-09-19 10:38:04
From: Michael Ellerman <hidden>
Date: 2019-09-19 10:38:04
On Mon, 2019-09-02 at 15:29:26 UTC, Nicholas Piggin wrote:
This callback is only required because the partition table init comes before process table allocation on powernv (aka bare metal aka native). Change the order to allocate the process table first, and remove the callback. Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ed6546bdc61b7c4bd926cebd82ba52d056fcefa1 cheers