Changeset cb5eaddf in rtems for cpukit/sapi


Ignore:
Timestamp:
04/10/14 09:02:52 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
73b9af2d
Parents:
4bc8d2e
git-author:
Sebastian Huber <sebastian.huber@…> (04/10/14 09:02:52)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/11/14 06:52:54)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/testextension.c

    r4bc8d2e rcb5eaddf  
    3030  (void) code;
    3131
    32   if (rtems_smp_get_current_processor() == 0) {
     32  if (rtems_get_current_processor() == 0) {
    3333    rtems_profiling_report_xml(
    3434      rtems_test_name,
Note: See TracChangeset for help on using the changeset viewer.