https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a662c6f180c278f11b0a1a...
commit a662c6f180c278f11b0a1a289daa67918d2fac8e Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Sun Feb 11 12:12:26 2018 +0100 Commit: Timo Kreuzer timo.kreuzer@reactos.org CommitDate: Sat Oct 31 14:23:16 2020 +0100
[NTOS:KE:X64] Silence KiRundownThread, it has nothing to do --- ntoskrnl/include/internal/amd64/ke.h | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/ntoskrnl/include/internal/amd64/ke.h b/ntoskrnl/include/internal/amd64/ke.h index 85001d22745..21a2c66a4f2 100644 --- a/ntoskrnl/include/internal/amd64/ke.h +++ b/ntoskrnl/include/internal/amd64/ke.h @@ -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 */