Re: [patch V2 13/13] x86/softirq/64: Inline do_softirq_own_stack()

2021-02-15 Thread Guenter Roeck
On Wed, Feb 10, 2021 at 12:40:54AM +0100, Thomas Gleixner wrote: > From: Thomas Gleixner > > There is no reason to have this as a seperate function for a single caller. > > Signed-off-by: Thomas Gleixner > Reviewed-by: Kees Cook When building ARCH=um SUBARCH="x86_64" defconfig:

[patch V2 13/13] x86/softirq/64: Inline do_softirq_own_stack()

2021-02-09 Thread Thomas Gleixner
From: Thomas Gleixner There is no reason to have this as a seperate function for a single caller. Signed-off-by: Thomas Gleixner Reviewed-by: Kees Cook --- V2: Adopt to the new header file. --- arch/x86/include/asm/irq_stack.h |3 +-- arch/x86/include/asm/softirq_stack.h | 11