projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb398d1
)
[SPARC]: Fix SA_STATIC_ALLOC value.
author
David S. Miller
<davem@sunset.davemloft.net>
Sat, 22 Jul 2006 09:05:07 +0000
(
02:05
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
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 <davem@davemloft.net>
include/asm-sparc/signal.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc/signal.h
b/include/asm-sparc/signal.h
index
0ae5084
..
d03a21c
100644
(file)
--- a/
include/asm-sparc/signal.h
+++ b/
include/asm-sparc/signal.h
@@
-168,7
+168,7
@@
struct sigstack {
* statically allocated data.. which is NOT GOOD.
*
*/
-#define SA_STATIC_ALLOC 0x80
+#define SA_STATIC_ALLOC 0x80
00
#endif
#include <asm-generic/signal.h>