commit | ed6546bdc61b7c4bd926cebd82ba52d056fcefa1 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Sep 03 01:29:26 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Sep 05 14:22:40 2019 +1000 |
tree | 96748ab33100e3e57b5ea6be467e4cbcdae3a9da | |
parent | 85d86c8aa52eb5b3539eebe3adcc2f077118b412 [diff] |
powerpc/64s: remove register_process_table callback 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> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190902152931.17840-2-npiggin@gmail.com