|
@@ -39,7 +39,7 @@ int cp0_timer_irq_installed;
|
|
|
|
|
|
irqreturn_t c0_compare_interrupt(int irq, void *dev_id)
|
|
irqreturn_t c0_compare_interrupt(int irq, void *dev_id)
|
|
{
|
|
{
|
|
- const int r2 = cpu_has_mips_r2;
|
|
|
|
|
|
+ const int r2 = cpu_has_mips_r2_r6;
|
|
struct clock_event_device *cd;
|
|
struct clock_event_device *cd;
|
|
int cpu = smp_processor_id();
|
|
int cpu = smp_processor_id();
|
|
|
|
|