Re: [PATCH 1/5] MIPS: Introduce irq_stack
From: Jason A. Donenfeld
Date: Tue Dec 06 2016 - 17:13:39 EST
On Fri, Dec 2, 2016 at 2:39 PM, Matt Redfearn <matt.redfearn@xxxxxxxxxx> wrote:
> +void *irq_stack[NR_CPUS];
I'm curious why you implemented it this way rather than using
DEFINE_PER_CPU and the related percpu helper functions.