Re: [PATCH] powerpc/irq: don't use current_stack_pointer() in do_IRQ()

From: Christoph Hellwig
Date: Thu Dec 12 2019 - 07:51:47 EST


Why can't current_stack_pointer be turned into an inline function using
inline assembly? That would reduce the overhead for all callers.