Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment