smptests/smpschedule01: Update due to API change

This commit is contained in:
Sebastian Huber
2013-06-17 10:21:48 +02:00
parent c4a236aebe
commit 010e4058e5

View File

@@ -67,7 +67,7 @@ static void task(rtems_task_argument arg)
static bool is_per_cpu_state_ok(void)
{
bool ok = true;
uint32_t n = rtems_processors_get_count();
uint32_t n = rtems_smp_get_processor_count();
uint32_t i;
for (i = 0; i < n; ++i) {