Set Thread->SystemThread to TRUE when creating a system thread. Patch by Filip Navara

svn path=/trunk/; revision=14970
This commit is contained in:
Hervé Poussineau 2005-05-04 16:00:39 +00:00
parent d534342503
commit 60bdc5ad60

View file

@ -237,6 +237,7 @@ PspCreateThread(OUT PHANDLE ThreadHandle,
/* System Thread */
DPRINT("Initialliazing Thread Start Address :%x\n", StartRoutine);
Thread->StartAddress = StartRoutine;
Thread->SystemThread = TRUE;
/* Let the kernel intialize the Thread */
DPRINT("Initialliazing Kernel Thread\n");