xref: /linux/arch/powerpc/include/asm/book3s/tlbflush.h (revision 3eb66e91a25497065c5322b1268cbc3953642227)
1*405cb402SChristophe Leroy /* SPDX-License-Identifier: GPL-2.0 */
2*405cb402SChristophe Leroy #ifndef _ASM_POWERPC_BOOK3S_TLBFLUSH_H
3*405cb402SChristophe Leroy #define _ASM_POWERPC_BOOK3S_TLBFLUSH_H
4*405cb402SChristophe Leroy 
5*405cb402SChristophe Leroy #ifdef CONFIG_PPC64
6*405cb402SChristophe Leroy #include <asm/book3s/64/tlbflush.h>
7*405cb402SChristophe Leroy #else
8*405cb402SChristophe Leroy #include <asm/book3s/32/tlbflush.h>
9*405cb402SChristophe Leroy #endif
10*405cb402SChristophe Leroy 
11*405cb402SChristophe Leroy #endif /* _ASM_POWERPC_BOOK3S_TLBFLUSH_H */
12