 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
n |
It may happen
that an interrupt does not
|
|
|
produce a
process switch
|
|
|
n |
The control
can just return to the
|
|
|
interrupted
program
|
|
|
n |
Then only the
processor state information
|
|
|
|
needs to be
saved on stack
|
|
|
n |
This is called
mode switching (user to
|
|
|
kernel mode
when going into IH)
|
|
|
n |
Less
overhead: no need to update the PCB
|
|
like for
process switching
|
|