macros.S 433 字节
Newer Older
1 2 3 4 5 6 7
/* 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.
 */
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>