[ARM] Add identifying number for non-rt sigframe
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 24 Jun 2006 21:41:09 +0000 (22:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Jun 2006 21:41:09 +0000 (22:41 +0100)
commitca195cfec9fff622a61b1b72534e73360747f735
treea98ce000e4ad01909155cad73e1ce5d1ff150117
parentaca6ca10974aa78adfb47291722ce851160213e4
[ARM] Add identifying number for non-rt sigframe

GDB couldn't reliably tell the difference between the old and new
non-rt sigframes, so provide it with a number at the beginning which
will never appear in the old sigframe, and hence provide gdb with a
reliable way to tell the two apart.

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