diff options
Diffstat (limited to 'arch/x86/kernel/macros.S')
-rw-r--r-- | arch/x86/kernel/macros.S | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/x86/kernel/macros.S b/arch/x86/kernel/macros.S new file mode 100644 index 000000000000..161c95059044 --- /dev/null +++ b/arch/x86/kernel/macros.S | |||
@@ -0,0 +1,16 @@ | |||
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> | ||
16 | #include <asm/jump_label.h> | ||