License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[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
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 */