Changeset 1292ba4 in rtems


Ignore:
Timestamp:
01/03/03 20:08:14 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6bd96fc7
Parents:
883129a
Message:

2003-01-03 Joel Sherrill <joel@…>

  • rtems/score/cpu.h: Per PR315, eliminate warning for structure alignment requests that are too large.
Location:
cpukit/score/cpu/unix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/unix/ChangeLog

    r883129a r1292ba4  
     12003-01-03      Joel Sherrill <joel@OARcorp.com>
     2
     3        * rtems/score/cpu.h: Per PR315, eliminate warning for structure
     4        alignment requests that are too large.
     5
    162002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/score/cpu/unix/rtems/score/cpu.h

    r883129a r1292ba4  
    277277 *         used so it will stay in the cache and used frequently enough
    278278 *         in the executive to justify turning this on.
    279  */
    280 
    281 #ifdef __GNUC__
    282 #define CPU_STRUCTURE_ALIGNMENT          __attribute__ ((aligned (32)))
    283 #else
     279 *
     280 *  This is really not critical on the POSIX simulator ports as
     281 *  performance is not the goal here.
     282 */
     283
    284284#define CPU_STRUCTURE_ALIGNMENT
    285 #endif
    286285
    287286/*
Note: See TracChangeset for help on using the changeset viewer.