Re: [PATCH RFC v2 27/70] MIPS: kernel: cevt-r4k: Add MIPS R6 to the c0_compare_interrupt handler
From: Maciej W. Rozycki <hidden>
Date: 2015-01-20 01:22:28
From: Maciej W. Rozycki <hidden>
Date: 2015-01-20 01:22:28
On Fri, 16 Jan 2015, Markos Chandras wrote:
From: Leonid Yegoshin <redacted> 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 <redacted> Signed-off-by: Markos Chandras <redacted> ---
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