realtek: use correct CAUSEF_DC macro in prom.c
[openwrt/openwrt.git] / target / linux / realtek / files-5.10 / arch / mips / rtl838x / prom.c
index 24e4bfc5686d7bbe0448251feca9b2e1cf3c364d..1428c01a3302c85586c5584311beceac88063584 100644 (file)
@@ -43,7 +43,7 @@ static void rtl_init_secondary(void)
  * handler that leads to continuous unhandeled interrupts. In this case disable
  * counting (DC) in the core and confirm a pending interrupt.
  */
-       write_c0_cause(read_c0_cause() | CAUSE_DC);
+       write_c0_cause(read_c0_cause() | CAUSEF_DC);
        write_c0_compare(0);
 #endif /* CONFIG_CEVT_R4K */
 /*