Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_POWERPC_TLBFLUSH_H
0003 #define _ASM_POWERPC_TLBFLUSH_H
0004 
0005 #ifdef CONFIG_PPC_BOOK3S
0006 #include <asm/book3s/tlbflush.h>
0007 #else
0008 #include <asm/nohash/tlbflush.h>
0009 #endif /* !CONFIG_PPC_BOOK3S */
0010 
0011 #endif /* _ASM_POWERPC_TLBFLUSH_H */