Re: [RFC PATCH 4/5] RISC-V: Move interrupt cause declarations to irq.h

2018-08-21 Thread Christoph Hellwig
On Wed, Aug 15, 2018 at 04:56:16PM -0700, Atish Patra wrote: > CPU hotplug code in smpboot requires interrupt cause > to identify the cause of cpu wakeup. > > Move the IRQ cause declarations to appropriate header > file. asm/irq.h is a header indirectly included by just about every driver. This

[RFC PATCH 4/5] RISC-V: Move interrupt cause declarations to irq.h

2018-08-15 Thread Atish Patra
CPU hotplug code in smpboot requires interrupt cause to identify the cause of cpu wakeup. Move the IRQ cause declarations to appropriate header file. Signed-off-by: Atish Patra --- arch/riscv/include/asm/irq.h | 7 +++ arch/riscv/kernel/irq.c | 7 --- 2 files changed, 7 insertions(