- Uncomment the check to see if we came from kernel or user mode, since we can now do this after the major trap fixes

svn path=/trunk/; revision=34469
This commit is contained in:
ReactOS Portable Systems Group 2008-07-13 22:14:43 +00:00
parent 79811cb5a6
commit 09dbb9edf1

View file

@ -182,7 +182,7 @@ KeUpdateRunTime(IN PKTRAP_FRAME TrapFrame,
//
// Check if we came from user mode
//
if (0) //(TrapFrame->PreviousMode != KernelMode)
if (TrapFrame->PreviousMode != KernelMode)
{
//
// Increase process user time