mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[NTOS:KE:X64] Silence KiRundownThread, it has nothing to do
This commit is contained in:
parent
eda01e5be7
commit
a662c6f180
1 changed files with 0 additions and 4 deletions
|
@ -229,11 +229,7 @@ FORCEINLINE
|
|||
VOID
|
||||
KiRundownThread(IN PKTHREAD Thread)
|
||||
{
|
||||
#ifndef CONFIG_SMP
|
||||
DbgPrint("KiRundownThread is unimplemented\n");
|
||||
#else
|
||||
/* Nothing to do */
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Registers an interrupt handler with an IDT vector */
|
||||
|
|
Loading…
Reference in a new issue