mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 19:29:29 +07:00
2b5a9a37e9
We have a couple of files that try to include asm/compat.h on architectures where this is available. Those should generally use the higher-level linux/compat.h file, but that in turn fails to include asm/compat.h when CONFIG_COMPAT is disabled, unless we can provide that header on all architectures. This adds the asm/compat.h for all remaining architectures to simplify the dependencies. Architectures that are getting removed in linux-4.17 are not changed here, to avoid needless conflicts with the removal patches. Those architectures are broken by this patch, but we have already shown that they have no users. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
44 lines
997 B
Makefile
44 lines
997 B
Makefile
generic-y += barrier.h
|
|
generic-y += bug.h
|
|
generic-y += bugs.h
|
|
generic-y += checksum.h
|
|
generic-y += compat.h
|
|
generic-y += current.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += dma.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += fb.h
|
|
generic-y += ftrace.h
|
|
generic-y += hardirq.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kprobes.h
|
|
generic-y += local.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += module.h
|
|
generic-y += pci.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += qspinlock_types.h
|
|
generic-y += qspinlock.h
|
|
generic-y += qrwlock_types.h
|
|
generic-y += qrwlock.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += string.h
|
|
generic-y += switch_to.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|