aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/macros.S
blob: bf8b9c93e2552863c67e1c741d78dbe7a0f35e14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */

/*
 * This file includes headers whose assembly part includes macros which are
 * commonly used. The macros are precompiled into assmebly file which is later
 * assembled together with each compiled file.
 */

#include <linux/compiler.h>
#include <asm/refcount.h>
#include <asm/alternative-asm.h>
#include <asm/bug.h>
#include <asm/paravirt.h>
#include <asm/asm.h>
#include <asm/cpufeature.h>