Skip to content

Commit

Permalink
[SPARC]: Fix SA_STATIC_ALLOC value.
Browse files Browse the repository at this point in the history
It alises IRQF_SHARED which causes all kinds of
problems.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 25, 2006
1 parent eb398d1 commit 29ed460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-sparc/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 29ed460

Please sign in to comment.