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