[PATCH] x86-64: Fix x86_64 compilation with DEBUG_SIG on
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Wed, 2 May 2007 17:27:13 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:13 +0000 (19:27 +0200)
commit1c3d99c11c47c8a1a9ed6a46555dbf6520683c52
treebf5b724aba16142aa1ca761a7dcfa958ccdd088f
parentb7fb4af06c18496950a45b365f7a09c47ea64c17
[PATCH] x86-64: Fix x86_64 compilation with DEBUG_SIG on

Setting the DEBUG_SIG flag breaks compilation due to a wrong
struct access. Aditionally, it raises two warnings. This is one
patch to fix them all.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/signal.c