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 7 mandatory-y += atomic.h 8 mandatory-y += archrandom.h 9 mandatory-y += barrier.h 10 mandatory-y += bitops.h 11 mandatory-y += bug.h 12 mandatory-y += cacheflush.h 13 mandatory-y += cfi.h 14 mandatory-y += checksum.h 15 mandatory-y += compat.h 16 mandatory-y += current.h 17 mandatory-y += delay.h 18 mandatory-y += device.h 19 mandatory-y += div64.h 20 mandatory-y += dma-mapping.h 21 mandatory-y += dma.h 22 mandatory-y += emergency-restart.h 23 mandatory-y += exec.h 24 mandatory-y += ftrace.h 25 mandatory-y += futex.h 26 mandatory-y += hardirq.h 27 mandatory-y += hw_irq.h 28 mandatory-y += io.h 29 mandatory-y += irq.h 30 mandatory-y += irq_regs.h 31 mandatory-y += irq_work.h 32 mandatory-y += kdebug.h 33 mandatory-y += kmap_size.h 34 mandatory-y += kprobes.h 35 mandatory-y += linkage.h 36 mandatory-y += local.h 37 mandatory-y += local64.h 38 mandatory-y += mmiowb.h 39 mandatory-y += mmu.h 40 mandatory-y += mmu_context.h 41 mandatory-y += module.h 42 mandatory-y += module.lds.h 43 mandatory-y += msi.h 44 mandatory-y += pci.h 45 mandatory-y += percpu.h 46 mandatory-y += pgalloc.h 47 mandatory-y += preempt.h 48 mandatory-y += runtime-const.h 49 mandatory-y += rwonce.h 50 mandatory-y += sections.h 51 mandatory-y += serial.h 52 mandatory-y += shmparam.h 53 mandatory-y += simd.h 54 mandatory-y += softirq_stack.h 55 mandatory-y += switch_to.h 56 mandatory-y += timex.h 57 mandatory-y += tlbflush.h 58 mandatory-y += topology.h 59 mandatory-y += trace_clock.h 60 mandatory-y += uaccess.h 61 mandatory-y += unaligned.h 62 mandatory-y += vermagic.h 63 mandatory-y += vga.h 64 mandatory-y += video.h 65 mandatory-y += word-at-a-time.h 66 mandatory-y += xor.h
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.