previous | start | next

Blocking Interrupts

Interrupts can be blocked in the interrupt controller. This will prevenet the interrupt controller chip from sending the interrupt signal!

Effectively, this means the interrupt is blocked from being sent to all processors (in a multiprocessor machine).

On the other hand, interrupts can be ignored in each processor. In this case, even if an interrupt occurs, the processor doesn't acknowledge it to the interrupt control.

This allows local blocking of interrupts on individual processors.



previous | start | next