From 4bc8d2e71774452e66c619dad98ccab6db8a2324 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Apr 2014 10:58:27 +0200 Subject: rtems: Rename rtems_smp_get_processor_count() Rename rtems_smp_get_processor_count() in rtems_get_processor_count(). Make rtems_get_processor_count() a function in uni-processor configurations to enable ABI compatibility with SMP configurations. --- testsuites/smptests/smp07/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/smptests/smp07/init.c') diff --git a/testsuites/smptests/smp07/init.c b/testsuites/smptests/smp07/init.c index 5f9c4967b2..53993ce9c0 100644 --- a/testsuites/smptests/smp07/init.c +++ b/testsuites/smptests/smp07/init.c @@ -93,7 +93,7 @@ rtems_task Init( locked_print_initialize(); - if ( rtems_smp_get_processor_count() == 1 ) { + if ( rtems_get_processor_count() == 1 ) { success(); } -- cgit v1.2.3