Commit d2475b8f authored by Ramkumar Ramachandra's avatar Ramkumar Ramachandra Committed by Ingo Molnar

x86/ia32/asm: Remove unused argument in macro

Commit 3fe26fa3 ("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: default avatarRamkumar 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.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 9b710506
......@@ -452,7 +452,7 @@ ia32_badsys:
CFI_ENDPROC
.macro PTREGSCALL label, func, arg
.macro PTREGSCALL label, func
ALIGN
GLOBAL(\label)
leaq \func(%rip),%rax
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment