From 60aad33ed015af822d620626d31450ff4e63d026 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 30 Nov 2025 12:03:41 +0200 Subject: [PATCH] =?UTF-8?q?[NTOS:PS]=20Fix=20test=20breakage=20after=20Her?= =?UTF-8?q?m=C3=A8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes test failures in ntdll_apitest NtQueryInformationThread and NtSetInformationThread --- ntoskrnl/include/internal/ps_i.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntoskrnl/include/internal/ps_i.h b/ntoskrnl/include/internal/ps_i.h index c50e2bd4fb7..d9252f80a07 100644 --- a/ntoskrnl/include/internal/ps_i.h +++ b/ntoskrnl/include/internal/ps_i.h @@ -555,6 +555,7 @@ static const INFORMATION_CLASS_INFO PsThreadInfoClass[] = /* ThreadCSwitchMon */ IQS_NONE, +#if 0 // Hermes will surely fix this properly // Windows 7 /* ThreadCSwitchPmu */ IQS_NONE, @@ -619,5 +620,5 @@ static const INFORMATION_CLASS_INFO PsThreadInfoClass[] = IQS_NONE, /* ThreadEffectivePagePriority */ IQS_NONE, - +#endif };