Changeset 3d07c8b in rtems for c/src/lib/libbsp/shmdr


Ignore:
Timestamp:
09/08/96 16:24:13 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b944007b
Parents:
bdef2d8
Message:

added mips64orion entries for SHM_LOCK_VALUE and SHM_UNLOCK_VALUE

Location:
c/src/lib/libbsp/shmdr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shmdr/shm.h

    rbdef2d8 r3d07c8b  
    131131#define SHM_LOCK_VALUE    0x80000000
    132132#define SHM_UNLOCK_VALUE  0
     133#elif defined(mips64orion)
     134#define SHM_LOCK_VALUE    0x80000000
     135#define SHM_UNLOCK_VALUE  0
    133136#elif defined(hppa1_1)
    134137#define SHM_LOCK_VALUE    0
     
    140143#define SHM_LOCK_VALUE    1
    141144#define SHM_UNLOCK_VALUE  0
     145#else
     146#error "shm.h - no SHM_LOCK_VALUE defined for this CPU architecture"
    142147#endif
    143148
  • c/src/lib/libbsp/shmdr/shm_driver.h

    rbdef2d8 r3d07c8b  
    131131#define SHM_LOCK_VALUE    0x80000000
    132132#define SHM_UNLOCK_VALUE  0
     133#elif defined(mips64orion)
     134#define SHM_LOCK_VALUE    0x80000000
     135#define SHM_UNLOCK_VALUE  0
    133136#elif defined(hppa1_1)
    134137#define SHM_LOCK_VALUE    0
     
    140143#define SHM_LOCK_VALUE    1
    141144#define SHM_UNLOCK_VALUE  0
     145#else
     146#error "shm.h - no SHM_LOCK_VALUE defined for this CPU architecture"
    142147#endif
    143148
Note: See TracChangeset for help on using the changeset viewer.