On Wed, Feb 03, 2016 at 03:15:27AM +0000, Paul Burton wrote: > The Linux CPU number doesn't necessarily match up with the ID used for a > VP by hardware. Convert the CPU number to the HW ID using mips_cm_vp_id > when writing to the VP(E)_OTHER_ADDR register in order to ensure that we > correctly access registers for the VPs of secondary cores. This most > notably affects systems using CM3, such as those based around I6400. > > Signed-off-by: Paul Burton <paul.burton@xxxxxxxxxx> > --- > > drivers/irqchip/irq-mips-gic.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) Note: standard subject line for irqchip is 'irqchip/mips-gic: [A-Z]...' with that small change, Acked-by: Jason Cooper <jason@xxxxxxxxxxxxxx> thx, Jason.