1# SPDX-License-Identifier: GPL-2.0
2#
3# asm headers that all architectures except um should have
4# (This file is not included when SRCARCH=um since UML borrows several
5# asm headers from the host architecture.)
6
7mandatory-y += atomic.h
8mandatory-y += archrandom.h
9mandatory-y += barrier.h
10mandatory-y += bitops.h
11mandatory-y += bug.h
12mandatory-y += bugs.h
13mandatory-y += cacheflush.h
14mandatory-y += cfi.h
15mandatory-y += checksum.h
16mandatory-y += compat.h
17mandatory-y += current.h
18mandatory-y += delay.h
19mandatory-y += device.h
20mandatory-y += div64.h
21mandatory-y += dma-mapping.h
22mandatory-y += dma.h
23mandatory-y += emergency-restart.h
24mandatory-y += exec.h
25mandatory-y += fb.h
26mandatory-y += ftrace.h
27mandatory-y += futex.h
28mandatory-y += hardirq.h
29mandatory-y += hw_irq.h
30mandatory-y += io.h
31mandatory-y += irq.h
32mandatory-y += irq_regs.h
33mandatory-y += irq_work.h
34mandatory-y += kdebug.h
35mandatory-y += kmap_size.h
36mandatory-y += kprobes.h
37mandatory-y += linkage.h
38mandatory-y += local.h
39mandatory-y += local64.h
40mandatory-y += mmiowb.h
41mandatory-y += mmu.h
42mandatory-y += mmu_context.h
43mandatory-y += module.h
44mandatory-y += module.lds.h
45mandatory-y += msi.h
46mandatory-y += pci.h
47mandatory-y += percpu.h
48mandatory-y += pgalloc.h
49mandatory-y += preempt.h
50mandatory-y += rwonce.h
51mandatory-y += sections.h
52mandatory-y += serial.h
53mandatory-y += shmparam.h
54mandatory-y += simd.h
55mandatory-y += softirq_stack.h
56mandatory-y += switch_to.h
57mandatory-y += timex.h
58mandatory-y += tlbflush.h
59mandatory-y += topology.h
60mandatory-y += trace_clock.h
61mandatory-y += uaccess.h
62mandatory-y += unaligned.h
63mandatory-y += vermagic.h
64mandatory-y += vga.h
65mandatory-y += word-at-a-time.h
66mandatory-y += xor.h
67