macros.S 461 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * This file includes headers whose assembly part includes macros which are
  4. * commonly used. The macros are precompiled into assmebly file which is later
  5. * assembled together with each compiled file.
  6. */
  7. #include <linux/compiler.h>
  8. #include <asm/refcount.h>
  9. #include <asm/alternative-asm.h>
  10. #include <asm/bug.h>
  11. #include <asm/paravirt.h>
  12. #include <asm/asm.h>
  13. #include <asm/cpufeature.h>
  14. #include <asm/jump_label.h>