Loading drivers/irqchip/irq-gic-v3.c +0 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ static u64 __maybe_unused gic_read_iar(void) asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat)); /* As per the architecture specification */ isb(); mb(); return irqstat; } Loading Loading
drivers/irqchip/irq-gic-v3.c +0 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ static u64 __maybe_unused gic_read_iar(void) asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat)); /* As per the architecture specification */ isb(); mb(); return irqstat; } Loading