Changeset 1ea0f9d in rtems for testsuites/sptests/sp25/system.h
- Timestamp:
- Nov 25, 2008, 10:13:36 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- addd698
- Parents:
- 8856a19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/sp25/system.h
r8856a19 r1ea0f9d 45 45 TEST_EXTERN rtems_name Region_name[ 2 ]; /* array of region names */ 46 46 47 TEST_EXTERN uint8_t Area_1[1024] CPU_STRUCTURE_ALIGNMENT; 47 /* test will fail... segment sizes need to be reworked for <=32K buffer */ 48 #if defined(__m32c__) 49 #warning "Address size type of regions" 50 TEST_EXTERN uint8_t Area_1[32000] CPU_STRUCTURE_ALIGNMENT; 51 #else 52 TEST_EXTERN uint8_t Area_1[64000] CPU_STRUCTURE_ALIGNMENT; 53 #endif 48 54 49 55 #define BASE_PRIORITY 140
Note: See TracChangeset
for help on using the changeset viewer.