summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/smp_stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_priority/smp_stub.c')
-rw-r--r--schedsim/shell/schedsim_priority/smp_stub.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/schedsim/shell/schedsim_priority/smp_stub.c b/schedsim/shell/schedsim_priority/smp_stub.c
index d7c7323..c2f1308 100644
--- a/schedsim/shell/schedsim_priority/smp_stub.c
+++ b/schedsim/shell/schedsim_priority/smp_stub.c
@@ -24,12 +24,12 @@ int bsp_smp_processor_id(void)
return 0;
}
-int bsp_smp_initialize(
- int maximum
+uint32_t bsp_smp_initialize(
+ uint32_t configured_cpu_count
)
{
/* return the number of CPUs */
- return maximum;
+ return configured_cpu_count;
}
void bsp_smp_broadcast_interrupt(void)