Message ID | 160076771494.15536.16617325903250425535.tip-bot2@tip-bot2 |
---|---|
State | In Next |
Commit | 13aa9f45af9015a64fc121f9d69fad892118f181 |
Headers | show |
Series |
|
Related | show |
diff --git a/arch/um/include/asm/cacheflush.h b/arch/um/include/asm/cacheflush.h new file mode 100644 index 0000000..f693cb9 --- /dev/null +++ b/arch/um/include/asm/cacheflush.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _ASM_UM_CACHEFLUSH_H +#define _ASM_UM_CACHEFLUSH_H + +#undef ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE +#include <asm-generic/cacheflush.h> + +static inline int l1d_flush_hw(void) { return -EOPNOTSUPP; } +#endif /* _ASM_UM_CACHEFLUSH_H */