mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Disable some code in cromwell, as you get an infinite loop on some hardware ("ERR: drivers\usb\cromwell\uhci\uhci-hcd.c: 1060: host controller halted. very bad during boot")
svn path=/trunk/; revision=15987
This commit is contained in:
parent
2e71724ae1
commit
a9a05b022d
1 changed files with 2 additions and 2 deletions
|
@ -118,13 +118,13 @@ int my_kernel_thread(int STDCALL (*handler)(void*), void* parm, int flags)
|
|||
|
||||
ASSERT(KeGetCurrentIrql() == PASSIVE_LEVEL);
|
||||
|
||||
PsCreateSystemThread(&hThread,
|
||||
/*PsCreateSystemThread(&hThread,
|
||||
THREAD_ALL_ACCESS,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
(PKSTART_ROUTINE)handler,
|
||||
parm);
|
||||
parm);*/
|
||||
|
||||
DPRINT1("usbcore: Created system thread %d\n", (int)hThread);
|
||||
|
||||
|
|
Loading…
Reference in a new issue