diff --git a/include/kernel/boot.h b/include/kernel/boot.h index f6d394019..511b3acd1 100644 --- a/include/kernel/boot.h +++ b/include/kernel/boot.h @@ -138,7 +138,7 @@ static inline BOOT_CODE pptr_t it_alloc_paging(void) /* return the amount of paging structures required to cover v_reg */ word_t arch_get_n_paging(v_region_t it_veg); -#if defined(CONFIG_DEBUG_BUILD) && defined(ENABLE_SMP_SUPPORT) && defined(CONFIG_KERNEL_MCS) && !defined(CONFIG_PLAT_QEMU_ARM_VIRT) +#if defined(CONFIG_DEBUG_BUILD) && defined(ENABLE_SMP_SUPPORT) && defined(CONFIG_KERNEL_MCS) && !defined(CONFIG_PLAT_QEMU_ARM_VIRT) && !defined(CONFIG_PLAT_QEMU_RISCV_VIRT) /* Test whether clocks are synchronised across nodes */ #define ENABLE_SMP_CLOCK_SYNC_TEST_ON_BOOT #endif