Changeset 5323247 in rtems for cpukit/score

Timestamp:
09/23/14 06:01:56 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
c3bf343
Parents:
30e5e765
git-author:
Sebastian Huber <sebastian.huber@…> (09/23/14 06:01:56)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/14 08:46:36)
Message:

m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC

Converting 64-bit nanoseconds values into the common struct timeval or
struct timespec formats requires a 64-bit division to get the seconds
value. Performance analysis of high network loads revealed that this is
too costly on PowerPC.

(No files)

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