parisc: Remove SA_RESTORER define
authorJohn David Anglin <dave.anglin@bell.net>
Wed, 23 Jul 2014 23:44:12 +0000 (19:44 -0400)
committerHelge Deller <deller@gmx.de>
Thu, 24 Jul 2014 20:03:26 +0000 (22:03 +0200)
The sa_restorer field in struct sigaction is obsolete and no longer in
the parisc implementation.  However, the core code assumes the field is
present if SA_RESTORER is defined. So, the define needs to be removed.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Cc: <stable@vger.kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>

No differences found