[NTOS:KE:X64] Silence KiRundownThread, it has nothing to do

This commit is contained in:
Timo Kreuzer 2018-02-11 12:12:26 +01:00
parent eda01e5be7
commit a662c6f180

View file

@ -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 */