blob: 302506bbc2a4f73218fad6e4d2b2c7a685ec6959 [file] [log] [blame]
Masahiro Yamada037fc332019-03-17 11:01:09 +09001# 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 architecutre.)
Ard Biesheuvel82cb5482019-07-29 12:55:21 +03006
Masahiro Yamada630f2892020-04-01 21:03:12 -07007mandatory-y += atomic.h
8mandatory-y += barrier.h
9mandatory-y += bitops.h
10mandatory-y += bug.h
11mandatory-y += bugs.h
12mandatory-y += cacheflush.h
13mandatory-y += checksum.h
14mandatory-y += compat.h
15mandatory-y += current.h
16mandatory-y += delay.h
17mandatory-y += device.h
18mandatory-y += div64.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070019mandatory-y += dma-mapping.h
20mandatory-y += dma.h
21mandatory-y += emergency-restart.h
22mandatory-y += exec.h
23mandatory-y += fb.h
24mandatory-y += ftrace.h
25mandatory-y += futex.h
26mandatory-y += hardirq.h
27mandatory-y += hw_irq.h
28mandatory-y += io.h
29mandatory-y += irq.h
30mandatory-y += irq_regs.h
31mandatory-y += irq_work.h
32mandatory-y += kdebug.h
Thomas Gleixner4f8b96c2020-11-03 10:27:17 +010033mandatory-y += kmap_size.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070034mandatory-y += kprobes.h
35mandatory-y += linkage.h
36mandatory-y += local.h
Randy Dunlap87dbc202020-12-29 15:14:49 -080037mandatory-y += local64.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070038mandatory-y += mmiowb.h
39mandatory-y += mmu.h
40mandatory-y += mmu_context.h
41mandatory-y += module.h
Masahiro Yamada596b0472020-09-08 13:27:08 +090042mandatory-y += module.lds.h
Michal Simeka1b39ba2019-10-25 08:10:37 +020043mandatory-y += msi.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070044mandatory-y += pci.h
45mandatory-y += percpu.h
46mandatory-y += pgalloc.h
47mandatory-y += preempt.h
Will Deacone506ea42019-10-15 16:29:32 -070048mandatory-y += rwonce.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070049mandatory-y += sections.h
50mandatory-y += serial.h
51mandatory-y += shmparam.h
Ard Biesheuvel82cb5482019-07-29 12:55:21 +030052mandatory-y += simd.h
Thomas Gleixnerdb1cc7a2021-02-10 00:40:53 +010053mandatory-y += softirq_stack.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070054mandatory-y += switch_to.h
55mandatory-y += timex.h
56mandatory-y += tlbflush.h
57mandatory-y += topology.h
58mandatory-y += trace_clock.h
59mandatory-y += uaccess.h
60mandatory-y += unaligned.h
Masahiro Yamada62d0fd52020-04-22 01:13:55 +090061mandatory-y += vermagic.h
Masahiro Yamada630f2892020-04-01 21:03:12 -070062mandatory-y += vga.h
63mandatory-y += word-at-a-time.h
64mandatory-y += xor.h