Rev 4652 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| Download
| RSS feed
Last modification
- Rev 4665 2009-07-24 18:19:48
- Author: pillai
- Log message:
- Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.
Also fixes a kernel panic during nested interrupts.