]> Git Repo - linux.git/commitdiff
um: Enforce the usage of asm-generic/softirq_stack.h
authorThomas Gleixner <[email protected]>
Tue, 16 Feb 2021 09:23:14 +0000 (10:23 +0100)
committerThomas Gleixner <[email protected]>
Tue, 16 Feb 2021 09:23:14 +0000 (10:23 +0100)
The recent rework of the X86 irq stack switching mechanism broke UM as UM
pulls in the X86 specific variant of softirq_stack.h.

Enforce the usage of the asm-generic variant.

Fixes: 72f40a2823d6 ("x86/softirq/64: Inline do_softirq_own_stack()")
Reported-by: Guenter Roeck <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Richard Weinberger <[email protected]>
arch/um/include/asm/Kbuild

index 1c63b260ecc4a58ca3e4b2a9f136e6aaf9b40f81..18f86450af7230f4b7f2d80f13b37f9744d4527a 100644 (file)
@@ -21,6 +21,7 @@ generic-y += param.h
 generic-y += pci.h
 generic-y += percpu.h
 generic-y += preempt.h
+generic-y += softirq_stack.h
 generic-y += switch_to.h
 generic-y += topology.h
 generic-y += trace_clock.h
This page took 0.054683 seconds and 4 git commands to generate.