On Fri, 16 Jan 2015, Markos Chandras wrote: > From: Leonid Yegoshin <Leonid.Yegoshin@xxxxxxxxxx> > > Just like MIPS R2, in MIPS R6 it is possible to determine if a > timer interrupt has happened or not. > > Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@xxxxxxxxxx> > Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> > --- While a preexisting bug, this is simply not true, there's CP0.Cause.TI to examine for a timer interrupt pending. Please fix your change to use `c0_compare_int_pending' instead and synchronise with stuff posted by James (cc-ed) at <http://patchwork.linux-mips.org/patch/8900/>. Maciej