hugetlb: introduce generic version of hugetlb_free_pgd_range
[linux/fpc-iii.git] / arch / x86 / kernel / macros.S
blob161c95059044ffcccbe82adebdf4c2b0a89ea1c0
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /*
4  * This file includes headers whose assembly part includes macros which are
5  * commonly used. The macros are precompiled into assmebly file which is later
6  * assembled together with each compiled file.
7  */
9 #include <linux/compiler.h>
10 #include <asm/refcount.h>
11 #include <asm/alternative-asm.h>
12 #include <asm/bug.h>
13 #include <asm/paravirt.h>
14 #include <asm/asm.h>
15 #include <asm/cpufeature.h>
16 #include <asm/jump_label.h>