1037fc336SMasahiro Yamada# SPDX-License-Identifier: GPL-2.0 2037fc336SMasahiro Yamada# 3037fc336SMasahiro Yamada# asm headers that all architectures except um should have 4037fc336SMasahiro Yamada# (This file is not included when SRCARCH=um since UML borrows several 5037fc336SMasahiro Yamada# asm headers from the host architecutre.) 682cb5485SArd Biesheuvel 7630f289bSMasahiro Yamadamandatory-y += atomic.h 8*9592eef7SJason A. Donenfeldmandatory-y += archrandom.h 9630f289bSMasahiro Yamadamandatory-y += barrier.h 10630f289bSMasahiro Yamadamandatory-y += bitops.h 11630f289bSMasahiro Yamadamandatory-y += bug.h 12630f289bSMasahiro Yamadamandatory-y += bugs.h 13630f289bSMasahiro Yamadamandatory-y += cacheflush.h 14630f289bSMasahiro Yamadamandatory-y += checksum.h 15630f289bSMasahiro Yamadamandatory-y += compat.h 16630f289bSMasahiro Yamadamandatory-y += current.h 17630f289bSMasahiro Yamadamandatory-y += delay.h 18630f289bSMasahiro Yamadamandatory-y += device.h 19630f289bSMasahiro Yamadamandatory-y += div64.h 20630f289bSMasahiro Yamadamandatory-y += dma-mapping.h 21630f289bSMasahiro Yamadamandatory-y += dma.h 22630f289bSMasahiro Yamadamandatory-y += emergency-restart.h 23630f289bSMasahiro Yamadamandatory-y += exec.h 24630f289bSMasahiro Yamadamandatory-y += fb.h 25630f289bSMasahiro Yamadamandatory-y += ftrace.h 26630f289bSMasahiro Yamadamandatory-y += futex.h 27630f289bSMasahiro Yamadamandatory-y += hardirq.h 28630f289bSMasahiro Yamadamandatory-y += hw_irq.h 29630f289bSMasahiro Yamadamandatory-y += io.h 30630f289bSMasahiro Yamadamandatory-y += irq.h 31630f289bSMasahiro Yamadamandatory-y += irq_regs.h 32630f289bSMasahiro Yamadamandatory-y += irq_work.h 33630f289bSMasahiro Yamadamandatory-y += kdebug.h 344f8b96cdSThomas Gleixnermandatory-y += kmap_size.h 35630f289bSMasahiro Yamadamandatory-y += kprobes.h 36630f289bSMasahiro Yamadamandatory-y += linkage.h 37630f289bSMasahiro Yamadamandatory-y += local.h 3887dbc209SRandy Dunlapmandatory-y += local64.h 39630f289bSMasahiro Yamadamandatory-y += mmiowb.h 40630f289bSMasahiro Yamadamandatory-y += mmu.h 41630f289bSMasahiro Yamadamandatory-y += mmu_context.h 42630f289bSMasahiro Yamadamandatory-y += module.h 43596b0474SMasahiro Yamadamandatory-y += module.lds.h 44a1b39baeSMichal Simekmandatory-y += msi.h 45630f289bSMasahiro Yamadamandatory-y += pci.h 46630f289bSMasahiro Yamadamandatory-y += percpu.h 47630f289bSMasahiro Yamadamandatory-y += pgalloc.h 48630f289bSMasahiro Yamadamandatory-y += preempt.h 49e506ea45SWill Deaconmandatory-y += rwonce.h 50630f289bSMasahiro Yamadamandatory-y += sections.h 51630f289bSMasahiro Yamadamandatory-y += serial.h 52630f289bSMasahiro Yamadamandatory-y += shmparam.h 5382cb5485SArd Biesheuvelmandatory-y += simd.h 54db1cc7aeSThomas Gleixnermandatory-y += softirq_stack.h 55630f289bSMasahiro Yamadamandatory-y += switch_to.h 56630f289bSMasahiro Yamadamandatory-y += timex.h 57630f289bSMasahiro Yamadamandatory-y += tlbflush.h 58630f289bSMasahiro Yamadamandatory-y += topology.h 59630f289bSMasahiro Yamadamandatory-y += trace_clock.h 60630f289bSMasahiro Yamadamandatory-y += uaccess.h 61630f289bSMasahiro Yamadamandatory-y += unaligned.h 6262d0fd59SMasahiro Yamadamandatory-y += vermagic.h 63630f289bSMasahiro Yamadamandatory-y += vga.h 64630f289bSMasahiro Yamadamandatory-y += word-at-a-time.h 65630f289bSMasahiro Yamadamandatory-y += xor.h 66