[NTOSKRNL]

- Don't wait to flush dirty pages during shutdown
- This is a hack to fix KVM

svn path=/trunk/; revision=54732
This commit is contained in:
Cameron Gutman
2011-12-21 20:19:20 +00:00
parent c0ce0f1558
commit b658cc77df
+1 -1
View File
@@ -902,7 +902,7 @@ NtSetSystemPowerState(IN POWER_ACTION SystemAction,
#ifndef NEWCC
/* Flush dirty cache pages */
CcRosFlushDirtyPages(-1, &Dummy, TRUE);
CcRosFlushDirtyPages(-1, &Dummy, FALSE); //HACK: We really should wait here!
#else
Dummy = 0;
#endif