|
@@ -196,11 +196,11 @@ static irqreturn_t omap3_l3_app_irq(int irq, void *_l3)
|
|
/* No timeout error for debug sources */
|
|
/* No timeout error for debug sources */
|
|
}
|
|
}
|
|
|
|
|
|
- base = ((l3->rt) + (*(omap3_l3_bases[int_type] + err_source)));
|
|
|
|
-
|
|
|
|
/* identify the error source */
|
|
/* identify the error source */
|
|
for (err_source = 0; !(status & (1 << err_source)); err_source++)
|
|
for (err_source = 0; !(status & (1 << err_source)); err_source++)
|
|
;
|
|
;
|
|
|
|
+
|
|
|
|
+ base = l3->rt + *(omap3_l3_bases[int_type] + err_source);
|
|
error = omap3_l3_readll(base, L3_ERROR_LOG);
|
|
error = omap3_l3_readll(base, L3_ERROR_LOG);
|
|
|
|
|
|
if (error) {
|
|
if (error) {
|