reactos/sdk
Hermès Bélusca-Maïto 5f477e0e3b
[SDK:ASM][NDK] Improve and synchronize the definition of the SYNCH_LEVEL symbol (#3943)
In particular, for a given platform (x86, AMD64...) its definition
depends for uniprocessor vs. multiprocessor NT kernel/HAL (controlled
by the CONFIG_SMP define).

Regarding the ASM-generated headers (from asm/ksx.template.h), since
they are generated once for a given platform, and since UP/MP NT builds
are generated at the same time, these headers need to contain both
SYNCH_LEVEL definitions controlled by CONFIG_SMP, instead of a fixed
value. Therefore we need to employ the geninc RAW(...) construct.

[NDK:X86] Add missing x86 CLOCK1_LEVEL and POWER_LEVEL definitions.
2023-08-06 17:28:51 +02:00
..
cmake [CMAKE][MVDM] Fix CMAKE_ASM16_COMPILER for non-x86 MSVC builds 2023-08-05 16:20:22 +02:00
include [SDK:ASM][NDK] Improve and synchronize the definition of the SYNCH_LEVEL symbol (#3943) 2023-08-06 17:28:51 +02:00
lib [ATL] CImage: Hack fix for getting filter string (#5528) 2023-08-05 21:23:21 +09:00
tools [TXT2NLS] Explicitly include <cstdint> 2023-07-23 23:58:42 +02:00