blob: 34525dea1356645c12a4c3c9b6d1a5f57eec3851 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Aurelien Jacquiota7f626c2011-10-04 11:14:47 -04002#ifndef _ASM_C6X_TLB_H
3#define _ASM_C6X_TLB_H
4
5#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
6
7#include <asm-generic/tlb.h>
8
9#endif /* _ASM_C6X_TLB_H */