]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/ia32/asm: Remove unused argument in macro
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 10 Jul 2013 18:04:28 +0000 (23:34 +0530)
committerIngo Molnar <mingo@kernel.org>
Tue, 23 Jul 2013 09:23:21 +0000 (11:23 +0200)
commitd2475b8ff81ebeed88d8fcbc22876aced5a0807a
tree1e4588affe2255cfb8d78103a11539cc537c6e18
parent9b710506a03b01a9fdd83962912bc9d8237b82e8
x86/ia32/asm: Remove unused argument in macro

Commit 3fe26fa ("x86: get rid of pt_regs argument in sigreturn variants",
from 2012-11-12) changed the body of PTREGSCALL to drop arg, and
updated the callsites; unfortunately, it forgot to update the
macro argument list, leaving an unused argument.  Fix this.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Link: http://lkml.kernel.org/r/1373479468-7175-1-git-send-email-artagnon@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/ia32/ia32entry.S