summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/cache.h
blob: a766d835fdd7f729cd27213eab2d059d7374b379 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __ASM_GENERIC_CACHE_H_

#ifndef sync_caches_for_execution
#define sync_caches_for_execution() (void)0
#endif

#endif