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. --- cpukit/rtems/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/Makefile.am') diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index 4e6438c780..a279ed7ac2 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -259,6 +259,7 @@ librtems_a_SOURCES += src/modes.c librtems_a_SOURCES += src/status.c librtems_a_SOURCES += src/statustext.c +librtems_a_SOURCES += src/getcurrentprocessor.c librtems_a_SOURCES += src/getprocessorcount.c if HAS_MP -- cgit v1.2.3