Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29ed4601 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC]: Fix SA_STATIC_ALLOC value.



It alises IRQF_SHARED which causes all kinds of
problems.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb398d10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ struct sigstack {
 * statically allocated data.. which is NOT GOOD.
 *
 */
#define SA_STATIC_ALLOC		0x80
#define SA_STATIC_ALLOC		0x8000
#endif

#include <asm-generic/signal.h>