WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / include / asm / book3s / tlbflush.h
blobdec11de410555df5a8a02f310cda3421e2612b9b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_BOOK3S_TLBFLUSH_H
3 #define _ASM_POWERPC_BOOK3S_TLBFLUSH_H
5 #ifdef CONFIG_PPC64
6 #include <asm/book3s/64/tlbflush.h>
7 #else
8 #include <asm/book3s/32/tlbflush.h>
9 #endif
11 #endif /* _ASM_POWERPC_BOOK3S_TLBFLUSH_H */