0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # asm headers that all architectures except um should have
0004 # (This file is not included when SRCARCH=um since UML borrows several
0005 # asm headers from the host architecutre.)
0006
0007 mandatory-y += atomic.h
0008 mandatory-y += archrandom.h
0009 mandatory-y += barrier.h
0010 mandatory-y += bitops.h
0011 mandatory-y += bug.h
0012 mandatory-y += bugs.h
0013 mandatory-y += cacheflush.h
0014 mandatory-y += checksum.h
0015 mandatory-y += compat.h
0016 mandatory-y += current.h
0017 mandatory-y += delay.h
0018 mandatory-y += device.h
0019 mandatory-y += div64.h
0020 mandatory-y += dma-mapping.h
0021 mandatory-y += dma.h
0022 mandatory-y += emergency-restart.h
0023 mandatory-y += exec.h
0024 mandatory-y += fb.h
0025 mandatory-y += ftrace.h
0026 mandatory-y += futex.h
0027 mandatory-y += hardirq.h
0028 mandatory-y += hw_irq.h
0029 mandatory-y += io.h
0030 mandatory-y += irq.h
0031 mandatory-y += irq_regs.h
0032 mandatory-y += irq_work.h
0033 mandatory-y += kdebug.h
0034 mandatory-y += kmap_size.h
0035 mandatory-y += kprobes.h
0036 mandatory-y += linkage.h
0037 mandatory-y += local.h
0038 mandatory-y += local64.h
0039 mandatory-y += mmiowb.h
0040 mandatory-y += mmu.h
0041 mandatory-y += mmu_context.h
0042 mandatory-y += module.h
0043 mandatory-y += module.lds.h
0044 mandatory-y += msi.h
0045 mandatory-y += pci.h
0046 mandatory-y += percpu.h
0047 mandatory-y += pgalloc.h
0048 mandatory-y += preempt.h
0049 mandatory-y += rwonce.h
0050 mandatory-y += sections.h
0051 mandatory-y += serial.h
0052 mandatory-y += shmparam.h
0053 mandatory-y += simd.h
0054 mandatory-y += softirq_stack.h
0055 mandatory-y += switch_to.h
0056 mandatory-y += timex.h
0057 mandatory-y += tlbflush.h
0058 mandatory-y += topology.h
0059 mandatory-y += trace_clock.h
0060 mandatory-y += uaccess.h
0061 mandatory-y += unaligned.h
0062 mandatory-y += vermagic.h
0063 mandatory-y += vga.h
0064 mandatory-y += word-at-a-time.h
0065 mandatory-y += xor.h