Skip to content

Commit 17e6a12

Browse files
committed
um: Use generic runtime constant implementation
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: e3c92e8 ("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>
1 parent 576a997 commit 17e6a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/um/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ generic-y += param.h
1919
generic-y += parport.h
2020
generic-y += percpu.h
2121
generic-y += preempt.h
22+
generic-y += runtime-const.h
2223
generic-y += softirq_stack.h
2324
generic-y += switch_to.h
2425
generic-y += topology.h

0 commit comments

Comments
 (0)