powerpc/book3e: drop mmu_get_tsize()
This function is not used anymore, drop it. Fixes: b42279f0165c ("powerpc/mm/nohash: MM_SLICE is only used by book3s 64") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
5953fb4f46
commit
a521c44c3d
@ -49,11 +49,6 @@ static inline int tlb1_next(void)
|
||||
#endif /* !PPC64 */
|
||||
#endif /* FSL */
|
||||
|
||||
static inline int mmu_get_tsize(int psize)
|
||||
{
|
||||
return mmu_psize_defs[psize].enc;
|
||||
}
|
||||
|
||||
#if defined(CONFIG_PPC_FSL_BOOK3E) && defined(CONFIG_PPC64)
|
||||
#include <asm/paca.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user