[IA64] Allow salinfo_decode to detect signals on read
authorKeith Owens <kaos@sgi.com>
Fri, 2 Dec 2005 02:40:15 +0000 (13:40 +1100)
committerTony Luck <tony.luck@intel.com>
Mon, 5 Dec 2005 19:49:17 +0000 (11:49 -0800)
commit05f70395c642bed0300bc1955bfa8c0f93de2bc2
treec73f6ddd31d53863a569f234792719e3f77cb416
parent885da19e8044051a92cfd70099398c373245c431
[IA64] Allow salinfo_decode to detect signals on read

Return -EINTR instead of -ERESTARTSYS when signals are delivered during
a blocked read of /proc/sal/*/event.  This allows salinfo_decode to
detect signals when it is blocked on a read of those files.

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/salinfo.c