On Fri, Dec 2, 2016 at 2:39 PM, Matt Redfearn <[email protected]> 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.
On Fri, Dec 2, 2016 at 2:39 PM, Matt Redfearn <[email protected]> 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.