summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 20:08:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 20:08:14 +0000
commit1292ba4654c3d827dc18acf677b01932752315a9 (patch)
treed78e8248920d97b4ea6b05f3dc4b31668160759c /cpukit/score/cpu/unix/rtems/score
parent2003-01-03 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-1292ba4654c3d827dc18acf677b01932752315a9.tar.bz2
2003-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Per PR315, eliminate warning for structure alignment requests that are too large.
Diffstat (limited to 'cpukit/score/cpu/unix/rtems/score')
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h
index 644fbb4b86..2c3f0f7c28 100644
--- a/cpukit/score/cpu/unix/rtems/score/cpu.h
+++ b/cpukit/score/cpu/unix/rtems/score/cpu.h
@@ -276,13 +276,12 @@ extern "C" {
* To benefit from using this, the data must be heavily
* used so it will stay in the cache and used frequently enough
* in the executive to justify turning this on.
+ *
+ * This is really not critical on the POSIX simulator ports as
+ * performance is not the goal here.
*/
-#ifdef __GNUC__
-#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (32)))
-#else
#define CPU_STRUCTURE_ALIGNMENT
-#endif
/*
* Define what is required to specify how the network to host conversion