From 010e4058e5ed04104daae3ee6679f360b3f6c45f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 17 Jun 2013 10:21:48 +0200 Subject: smptests/smpschedule01: Update due to API change --- testsuites/smptests/smpschedule01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/smptests/smpschedule01/init.c b/testsuites/smptests/smpschedule01/init.c index 9c5794c3e9..58ff3ebcc3 100644 --- a/testsuites/smptests/smpschedule01/init.c +++ b/testsuites/smptests/smpschedule01/init.c @@ -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) { -- cgit v1.2.3