]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] x86-64: Minor patch for compilation warning in x86_64 signal code
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Tue, 13 Feb 2007 12:26:25 +0000 (13:26 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:25 +0000 (13:26 +0100)
commit8469adde5932f2879688fd5f183a6e9dadbf7b9f
tree973c708f3d86af6164f1d8c8ec6c73d7ba3ed112
parent3e94fb8f54c5305ed472e0867cd67d53e05bfb64
[PATCH] x86-64: Minor patch for compilation warning in x86_64 signal code

If DEBUG_SIG is enbaled in source code, ia32_signal.c compiles with warning
due to wrong format string.  Attached patch fixes that.  It is quite minor
update, since by default DEBUG_SIG is not enabled and can not be turned on
without code modification.

Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86_64/ia32/ia32_signal.c