]> Git Repo - linux.git/commitdiff
[SPARC]: Fix SA_STATIC_ALLOC value.
authorDavid S. Miller <[email protected]>
Sat, 22 Jul 2006 09:05:07 +0000 (02:05 -0700)
committerDavid S. Miller <[email protected]>
Tue, 25 Jul 2006 05:34:00 +0000 (22:34 -0700)
It alises IRQF_SHARED which causes all kinds of
problems.

Signed-off-by: David S. Miller <[email protected]>
include/asm-sparc/signal.h

index 0ae5084c427b3f4d2a9dab4cde24d6a57e095e8f..d03a21c97abbda83d56ba4264cd9e4921d659158 100644 (file)
@@ -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>
This page took 0.058975 seconds and 4 git commands to generate.