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:
Joel Sherrill
2006-07-12 19:09:24 +00:00
parent 9956f81dfb
commit 8faa4a5343
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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