Don't shutdown devices before flushing registry and shutting down filesystems.

svn path=/trunk/; revision=13365
This commit is contained in:
Filip Navara 2005-01-30 09:46:15 +00:00
parent 7aefb1c881
commit fb16822055

View file

@ -1,4 +1,4 @@
/* $Id:$
/* $Id$
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -45,9 +45,9 @@ ShutdownThreadMain(PVOID Context)
/* Run the thread on the boot processor */
KeSetSystemAffinityThread(1);
IoShutdownRegisteredDevices();
CmShutdownRegistry();
IoShutdownRegisteredFileSystems();
IoShutdownRegisteredDevices();
PiShutdownProcessManager();
MiShutdownMemoryManager();