We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc5ec7 commit 44923c9Copy full SHA for 44923c9
arch/mips/mti-sead3/sead3-time.c
@@ -72,7 +72,7 @@ void read_persistent_clock(struct timespec *ts)
72
int get_c0_perfcount_int(void)
73
{
74
if (gic_present)
75
- return gic_get_c0_compare_int();
+ return gic_get_c0_perfcount_int();
76
if (cp0_perfcount_irq >= 0)
77
return MIPS_CPU_IRQ_BASE + cp0_perfcount_irq;
78
return -1;
0 commit comments