]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/ia64/include/asm/kmap_types.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / ia64 / include / asm / kmap_types.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_IA64_KMAP_TYPES_H
3#define _ASM_IA64_KMAP_TYPES_H
4
1da177e4 5#ifdef CONFIG_DEBUG_HIGHMEM
e4c9dd0f 6#define __WITH_KM_FENCE
1da177e4
LT
7#endif
8
e4c9dd0f 9#include <asm-generic/kmap_types.h>
1da177e4 10
e4c9dd0f 11#undef __WITH_KM_FENCE
1da177e4
LT
12
13#endif /* _ASM_IA64_KMAP_TYPES_H */