]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/x86/include/asm/cacheflush.h
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / cacheflush.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_CACHEFLUSH_H
3#define _ASM_X86_CACHEFLUSH_H
b2bba72c 4
b2bba72c 5/* Caches aren't brain-dead on the intel. */
cc67ba63 6#include <asm-generic/cacheflush.h>
f05e798a 7#include <asm/special_insns.h>
7219bebd 8
4c61afcd 9void clflush_cache_range(void *addr, unsigned int size);
b2bba72c 10
1965aae3 11#endif /* _ASM_X86_CACHEFLUSH_H */