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
@@ -23,9 +23,6 @@ EXPORT_SYMBOL(__pmd_frag_nr);
|
||||
unsigned long __pmd_frag_size_shift;
|
||||
EXPORT_SYMBOL(__pmd_frag_size_shift);
|
||||
|
||||
int (*register_process_table)(unsigned long base, unsigned long page_size,
|
||||
unsigned long tbl_size);
|
||||
|
||||
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
|
||||
/*
|
||||
* This is called when relaxing access to a hugepage. It's also called in the page
|
||||
|
Reference in New Issue
Block a user