powerpc/44x: use patch_sites for TLB handlers patching
Use patch sites and associated helpers to manage TLB handlers patching instead of hardcoding. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
d16952a629
commit
6c16816b91
@@ -111,6 +111,9 @@ typedef struct {
|
||||
unsigned long vdso_base;
|
||||
} mm_context_t;
|
||||
|
||||
/* patch sites */
|
||||
extern s32 patch__tlb_44x_hwater_D, patch__tlb_44x_hwater_I;
|
||||
|
||||
#endif /* !__ASSEMBLY__ */
|
||||
|
||||
#ifndef CONFIG_PPC_EARLY_DEBUG_44x
|
||||
|
Reference in New Issue
Block a user