powerpc/mm: Fix build error with FLATMEM book3s64 config
[linux-2.6-block.git] / arch / powerpc / include / asm / tlbflush.h
CommitLineData
405cb402 1/* SPDX-License-Identifier: GPL-2.0 */
1970282f
SR
2#ifndef _ASM_POWERPC_TLBFLUSH_H
3#define _ASM_POWERPC_TLBFLUSH_H
e701d269 4
405cb402
CL
5#ifdef CONFIG_PPC_BOOK3S
6#include <asm/book3s/tlbflush.h>
f048aace 7#else
405cb402
CL
8#include <asm/nohash/tlbflush.h>
9#endif /* !CONFIG_PPC_BOOK3S */
1970282f 10
1970282f 11#endif /* _ASM_POWERPC_TLBFLUSH_H */