Home
last modified time | relevance | path

Searched hist:"3 aac798a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/um/include/asm/
H A DKbuild3aac798a Tue Feb 16 03:23:14 CST 2021 Thomas Gleixner <tglx@linutronix.de> um: Enforce the usage of asm-generic/softirq_stack.h

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 <linux@roeck-us.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Richard Weinberger <richard@nod.at>