x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
[linux-2.6-microblaze.git] / arch / x86 / kernel / macros.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2
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  */
8
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>