forked from Imagelibrary/rtems
2006-07-12 Joel Sherrill <joel@OARcorp.com>
* libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-07-12 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libchip/shmdr/shm_driver.h: Merge sparc shm driver mods from 4.6.
|
||||
|
||||
2006-07-11 Jerry Needell <jerry.needell@unh.edu>
|
||||
|
||||
* libchip/Makefile.am, libchip/preinstall.am: Merge SPARC updates from
|
||||
|
||||
@@ -141,6 +141,9 @@ extern "C" {
|
||||
#elif defined(_AM29K)
|
||||
#define SHM_LOCK_VALUE 0
|
||||
#define SHM_UNLOCK_VALUE 1
|
||||
#elif defined(__sparc__)
|
||||
#define SHM_LOCK_VALUE 1
|
||||
#define SHM_UNLOCK_VALUE 0
|
||||
#elif defined(no_cpu) /* for this values are irrelevant */
|
||||
#define SHM_LOCK_VALUE 1
|
||||
#define SHM_UNLOCK_VALUE 0
|
||||
|
||||
Reference in New Issue
Block a user