From cb5eaddf95d348c1c74aad3997fe012af5e7b02f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Apr 2014 11:02:52 +0200 Subject: rtems: Rename rtems_smp_get_current_processor() Rename rtems_smp_get_current_processor() in rtems_get_current_processor(). Make rtems_get_current_processor() a function in uni-processor configurations to enable ABI compatibility with SMP configurations. --- testsuites/smptests/smpmigration01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/smptests/smpmigration01') diff --git a/testsuites/smptests/smpmigration01/init.c b/testsuites/smptests/smpmigration01/init.c index fe321c8787..78d671d775 100644 --- a/testsuites/smptests/smpmigration01/init.c +++ b/testsuites/smptests/smpmigration01/init.c @@ -73,7 +73,7 @@ static void runner(rtems_task_argument self) test_counters *next_counters = &ctx->counters[next]; while (true) { - uint32_t current_cpu = rtems_smp_get_current_processor(); + uint32_t current_cpu = rtems_get_current_processor(); ++counters->cycles_per_cpu[current_cpu].counter; -- cgit v1.2.3