Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
[linux-2.6-block.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
e0cf615d
CH
5#include <linux/mm.h>
6
b2bba72c 7/* Caches aren't brain-dead on the intel. */
cc67ba63 8#include <asm-generic/cacheflush.h>
f05e798a 9#include <asm/special_insns.h>
7219bebd 10
4c61afcd 11void clflush_cache_range(void *addr, unsigned int size);
b2bba72c 12
1965aae3 13#endif /* _ASM_X86_CACHEFLUSH_H */