On Thu, 15 Sep 2016 18:31:53 +0530
Madhavan Srinivasan [off-list ref] wrote:
Move set_soft_enabled() from powerpc/kernel/irq.c to
asm/hw_irq.c. and rename it soft_enabled_set().
THis way paca->soft_enabled updates can be forced.
Could you just tidy up the changelog a little?
You are renaming it I assume because you are going to introduce more
soft_enabled_x() functions, and that the namespace works better as a
prefix than a postfix.
You are moving it so all paca->soft_enabled updates can be done via
these access functions rather than open coded.
Did I get that right?
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>