Rev 1904 | Rev 1919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1904 | Rev 1909 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | 94 | ||
95 | if (z8530_belongs_to_kernel) |
95 | if (z8530_belongs_to_kernel) |
96 | z8530_interrupt(); |
96 | z8530_interrupt(); |
97 | else |
97 | else |
98 | ipc_irq_send_notif(0); |
98 | ipc_irq_send_notif(0); |
99 | fhc_uart_reset(); |
99 | fhc_clear_interrupt(central_fhc, data0); |
100 | break; |
100 | break; |
101 | 101 | ||
102 | #endif |
102 | #endif |
103 | default: |
103 | default: |
104 | if (data0 > config.base) { |
104 | if (data0 > config.base) { |