[ARM] Replace extramask with a full copy of the sigmask
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 15 Jun 2006 17:02:25 +0000 (18:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 18 Jun 2006 15:17:42 +0000 (16:17 +0100)
commitcc1a852137d6c12d50c372d61a1c5f763998536b
treed7c01ac23534b98ae76af22f1a914b4a569176dc
parentce7a3fdc5c55fd01d8e2deda0daef84473644f8b
[ARM] Replace extramask with a full copy of the sigmask

There's not much point in splitting the sigmask between two different
locations, so copy it entirely into a proper sigset_t.  This will
eventually allow rt_sigframe and sigframe to share more code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/signal.c