Skip to content

Commit

Permalink
arm64: Removed unused variable in compat_setup_rt_frame()
Browse files Browse the repository at this point in the history
Recent clean-up of the compat signal code left an unused 'stack'
variable.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Catalin Marinas committed Mar 18, 2013
1 parent a937536 commit 0d96724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ int compat_setup_rt_frame(int usig, struct k_sigaction *ka, siginfo_t *info,
sigset_t *set, struct pt_regs *regs)
{
struct compat_rt_sigframe __user *frame;
compat_stack_t stack;
int err = 0;

frame = compat_get_sigframe(ka, regs, sizeof(*frame));
Expand Down

0 comments on commit 0d96724

Please sign in to comment.