Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SPARC]: Fix SA_STATIC_ALLOC value.

It alises IRQF_SHARED which causes all kinds of
problems.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
include/asm-sparc/signal.h
··· 168 168 * statically allocated data.. which is NOT GOOD. 169 169 * 170 170 */ 171 - #define SA_STATIC_ALLOC 0x80 171 + #define SA_STATIC_ALLOC 0x8000 172 172 #endif 173 173 174 174 #include <asm-generic/signal.h>