]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 474dc1b59f726b92de0a6c9fe3cfcc76ae5e005e..4299eb05023cf812ee0f897a1a6189660167dc4e 100644 (file)
@@ -452,7 +452,7 @@ ia32_badsys:
 
        CFI_ENDPROC
        
-       .macro PTREGSCALL label, func, arg
+       .macro PTREGSCALL label, func
        ALIGN
 GLOBAL(\label)
        leaq \func(%rip),%rax