]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOPMrootDomain.cpp
xnu-1699.24.8.tar.gz
[apple/xnu.git] / iokit / Kernel / IOPMrootDomain.cpp
index 81c6478e109c5f59b334db4e20b36ba1db6b5df8..60f3ec07acc147928283d3e90242a4711cbf4b79 100644 (file)
@@ -3717,6 +3717,7 @@ void IOPMrootDomain::handlePlatformHaltRestart( UInt32 pe_type )
                case kPEPagingOff:
                        ctx.PowerState  = ON_STATE;
                        ctx.MessageType = kIOMessageSystemPagingOff;
+                       IOService::updateConsoleUsers(NULL, kIOMessageSystemPagingOff);
                        break;
 
                default: