Content deleted Content added
No edit summary |
No edit summary |
||
Line 3:
In a Windows based multiprocessor system, a processor may interrupt another processor for the following reasons:
1. Queue a DISPATCH_LEVEL interrupt to schedule a particular thread for execution.<br />
2.
3. System Shutdown.<br />
4. System Crash.
In windows, this has IRQL as 29.
|