- Call KiDispatchInterrupt only if DPC software interrupt was requested. (TODO: The...
authorFilip Navara <filip.navara@gmail.com>
Sun, 31 Oct 2004 21:22:06 +0000 (21:22 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sun, 31 Oct 2004 21:22:06 +0000 (21:22 +0000)
commit129c75c64da4c685b9dfaa656964c43c494c5c19
tree902b35c27458bc25d86ea9b9e0f031ccdb6950f9
parent1ffec948ad9316d7d1b477d640df0781c0125299
- Call KiDispatchInterrupt only if DPC software interrupt was requested. (TODO: The same should be done for APCs.)
- Request DPC/APC software interrupts where we should.
- Fix condition in KeUpdateRunTime to allow switching thread early in the boot.
- Set default thread quantum for system process.

svn path=/trunk/; revision=11514
reactos/hal/halx86/irql.c
reactos/ntoskrnl/ke/apc.c
reactos/ntoskrnl/ke/dpc.c
reactos/ntoskrnl/ke/timer.c
reactos/ntoskrnl/ps/process.c