mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 19:39:56 +00:00
UML should not be using the architecture native runtime constants, since
that requires also having the appropriate instruction fixups (and all
the linker script details).
Not that using that code would be impossible, but it's not worth it.
Just point UML at the generic version.
Reported-by: Nathan Chancellor <nathan@kernel.org>
Fixes: e3c92e8171 ("runtime constants: add x86 architecture support")
Link: https://lore.kernel.org/all/20240716143644.GA1827132@thelio-3990X/
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
31 lines
724 B
Makefile
31 lines
724 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += bug.h
|
|
generic-y += compat.h
|
|
generic-y += current.h
|
|
generic-y += device.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += ftrace.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mmiowb.h
|
|
generic-y += module.lds.h
|
|
generic-y += param.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += runtime-const.h
|
|
generic-y += softirq_stack.h
|
|
generic-y += switch_to.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += kprobes.h
|
|
generic-y += mm_hooks.h
|
|
generic-y += vga.h
|
|
generic-y += video.h
|