summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-11-17 22:27:04 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-11-18 10:32:16 +0100
commit34fa78b59c52d1db3513db4c1a999db26b2e9ac2 (patch)
tree5ec3490852c70fada6e8cd8fdadef7f6980ad99a /arch/alpha/kernel
parentf4a75d2eb7b1e2206094b901be09adb31ba63681 (diff)
m68k: fix sigset_t accessor functions
The sigaddset/sigdelset/sigismember functions that are implemented with bitfield insn cannot allow the sigset argument to be placed in a data register since the sigset is wider than 32 bits. Remove the "d" constraint from the asm statements. The effect of the bug is that sending RT signals does not work, the signal number is truncated modulo 32. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'arch/alpha/kernel')
0 files changed, 0 insertions, 0 deletions