On Mon, Mar 23, 2015 at 12:32:01PM +0000, Markos Chandras wrote: > We add new functions to start and stop the GIC counter since there are no > guarantees the counter will be running after a CPU reset. The GIC counter > is stopped by setting the 29th bit on the GIC Config register and it is > started by clearing that bit. > > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Jason Cooper <jason@xxxxxxxxxxxxxx> > Cc: Andrew Bresticker <abrestic@xxxxxxxxxxxx> > Cc: Qais Yousef <qais.yousef@xxxxxxxxxx> > Cc: <linux-kernel@xxxxxxxxxxxxxxx> > Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> > --- > drivers/irqchip/irq-mips-gic.c | 21 +++++++++++++++++++++ > include/linux/irqchip/mips-gic.h | 2 ++ > 2 files changed, 23 insertions(+) Applied to irqchip/core thx, Jason.