forked from Imagelibrary/rtems
2009-08-03 Roger Dahlkvist <ruppe@kth.se>
* libchip/shmdr/shm_driver.h: nios2 was not accounted for.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-08-03 Roger Dahlkvist <ruppe@kth.se>
|
||||||
|
|
||||||
|
* libchip/shmdr/shm_driver.h: nios2 was not accounted for.
|
||||||
|
|
||||||
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libchip/ide/ata.c: Remove warning.
|
* libchip/ide/ata.c: Remove warning.
|
||||||
|
|||||||
@@ -141,6 +141,9 @@ extern "C" {
|
|||||||
#elif defined(_AM29K)
|
#elif defined(_AM29K)
|
||||||
#define SHM_LOCK_VALUE 0
|
#define SHM_LOCK_VALUE 0
|
||||||
#define SHM_UNLOCK_VALUE 1
|
#define SHM_UNLOCK_VALUE 1
|
||||||
|
#elif defined(__nios2__)
|
||||||
|
#define SHM_LOCK_VALUE 1
|
||||||
|
#define SHM_UNLOCK_VALUE 0
|
||||||
#elif defined(__sparc__)
|
#elif defined(__sparc__)
|
||||||
#define SHM_LOCK_VALUE 1
|
#define SHM_LOCK_VALUE 1
|
||||||
#define SHM_UNLOCK_VALUE 0
|
#define SHM_UNLOCK_VALUE 0
|
||||||
|
|||||||
Reference in New Issue
Block a user