Rob Gardner 53eb251697 sparc: semtimedop() unreachable due to comparison error
A bug was reported that the semtimedop() system call was always
failing eith ENOSYS.

Since SEMCTL is defined as 3, and SEMTIMEDOP is defined as 4,
the comparison "call <= SEMCTL" will always prevent SEMTIMEDOP
from getting through to the semaphore ops switch statement.

This is corrected by changing the comparison to "call <= SEMTIMEDOP".

Orabug: 20633375

Signed-off-by: Rob Gardner <rob.gardner@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-03 14:05:48 -08:00
..
2008-12-04 09:17:15 -08:00
2014-05-18 19:01:30 -07:00
2008-12-04 09:17:21 -08:00
2014-05-18 19:01:29 -07:00
2008-12-04 09:17:21 -08:00
2008-12-04 09:17:21 -08:00
2008-12-04 09:17:21 -08:00
2012-07-26 16:46:15 -07:00
2014-09-16 18:26:40 -07:00
2014-09-16 18:26:40 -07:00
2014-05-18 19:01:31 -07:00
2014-10-05 16:53:40 -07:00
2008-12-04 09:17:21 -08:00
2008-12-04 09:17:21 -08:00
2014-08-26 13:45:55 -04:00
2014-05-02 01:30:21 -04:00
2014-05-18 19:01:29 -07:00
2008-12-04 09:17:21 -08:00
2014-08-26 13:45:55 -04:00
2014-12-14 16:10:09 -08:00
2008-12-04 09:17:21 -08:00
2014-05-18 19:01:27 -07:00
2014-09-16 18:26:40 -07:00
2013-06-13 22:12:14 +01:00
2012-03-28 18:30:03 +01:00
2008-12-04 09:17:21 -08:00
2014-08-26 13:45:55 -04:00
2008-12-04 09:17:21 -08:00
2014-07-21 22:27:56 -07:00
2014-12-13 12:42:51 -08:00
2008-12-04 09:17:21 -08:00
2014-09-30 14:17:08 -07:00