Skip to content

Commit

Permalink
parisc: remove unused variable 'compat_val'
Browse files Browse the repository at this point in the history
clean up after commit 6e26aab
(switch to generic sigaltstack)

Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Mar 2, 2013
1 parent 48139f8 commit 850df98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
unsigned long haddr, sigframe_size;
int err = 0;
#ifdef CONFIG_64BIT
compat_int_t compat_val;
struct compat_rt_sigframe __user * compat_frame;
compat_sigset_t compat_set;
#endif
Expand Down

0 comments on commit 850df98

Please sign in to comment.