2018-07-06 00:25:21 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2005-11-04 13:58:59 +08:00
|
|
|
#ifndef _ASM_POWERPC_TLBFLUSH_H
|
|
|
|
#define _ASM_POWERPC_TLBFLUSH_H
|
2007-10-30 06:46:06 +08:00
|
|
|
|
2018-07-06 00:25:21 +08:00
|
|
|
#ifdef CONFIG_PPC_BOOK3S
|
|
|
|
#include <asm/book3s/tlbflush.h>
|
2008-12-19 03:13:38 +08:00
|
|
|
#else
|
2018-07-06 00:25:21 +08:00
|
|
|
#include <asm/nohash/tlbflush.h>
|
|
|
|
#endif /* !CONFIG_PPC_BOOK3S */
|
2005-11-04 13:58:59 +08:00
|
|
|
|
|
|
|
#endif /* _ASM_POWERPC_TLBFLUSH_H */
|