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 3d39926 commit cbd9b37Copy full SHA for cbd9b37
arch/x86/core/prep_c.c
@@ -65,7 +65,7 @@ FUNC_NORETURN void z_prep_c(void *arg)
65
#endif
66
67
68
-#if CONFIG_X86_STACK_PROTECTION
+#ifdef CONFIG_X86_STACK_PROTECTION
69
unsigned int num_cpus = arch_num_cpus();
70
71
for (int i = 0; i < num_cpus; i++) {
arch/x86/core/x86_mmu.c
@@ -1355,7 +1355,7 @@ void z_x86_mmu_init(void)
1355
1356
}
1357
1358
1359
__pinned_func
1360
void z_x86_set_stack_guard(k_thread_stack_t *stack)
1361
{
0 commit comments