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
This commit is contained in:
committed by
Michael Ellerman
parent
85d86c8aa5
commit
ed6546bdc6
@ -859,12 +859,6 @@ static void __init htab_initialize(void)
|
||||
/* Using a hypervisor which owns the htab */
|
||||
htab_address = NULL;
|
||||
_SDR1 = 0;
|
||||
/*
|
||||
* On POWER9, we need to do a H_REGISTER_PROC_TBL hcall
|
||||
* to inform the hypervisor that we wish to use the HPT.
|
||||
*/
|
||||
if (cpu_has_feature(CPU_FTR_ARCH_300))
|
||||
register_process_table(0, 0, 0);
|
||||
#ifdef CONFIG_FA_DUMP
|
||||
/*
|
||||
* If firmware assisted dump is active firmware preserves
|
||||
|
Reference in New Issue
Block a user