Changeset 9149c87e in rtems for cpukit/score/cpu/i386

Timestamp:
09/23/16 04:52:33 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
d6e58a0
Parents:
425f6cfa
git-author:
Sebastian Huber <sebastian.huber@…> (09/23/16 04:52:33)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/16 04:57:03)
Message:

score: Fix C/C++ compatibility issue

Only use CPU_Per_CPU_control if it contains at least one filed. In GNU
C empty structures have a size of zero. In C++ structures have a
non-zero size. In case CPU_PER_CPU_CONTROL_SIZE is defined to zero,
then this structure is not used anymore.

(No files)

Note: See TracChangeset for help on using the changeset viewer.