We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda548a commit 496b61aCopy full SHA for 496b61a
bsp/phytium/board/secondary_cpu.c
@@ -76,7 +76,7 @@ void rt_hw_secondary_cpu_up(void)
76
{
77
continue;
78
}
79
- cpu_mask = 1 << phytium_cpu_id_mapping(i);
+ cpu_mask = (1 << phytium_cpu_id_mapping(i));
80
81
#if defined(TARGET_ARMV8_AARCH64)
82
/* code */
0 commit comments