* [PATCH] x86/ia32: remove unused argument in macro
@ 2013-07-10 18:04 Ramkumar Ramachandra
2013-07-24 3:55 ` [tip:x86/asm] x86/ia32/asm: Remove " tip-bot for Ramkumar Ramachandra
0 siblings, 1 reply; 2+ messages in thread
From: Ramkumar Ramachandra @ 2013-07-10 18:04 UTC (permalink / raw)
To: LKML; +Cc: Al Viro, Thomas Gleixner, Ingo Molnar
3fe26fa (x86: get rid of pt_regs argument in sigreturn variants,
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.
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
Trivial.
arch/x86/ia32/ia32entry.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
index 474dc1b..4299eb0 100644
--- a/arch/x86/ia32/ia32entry.S
+++ b/arch/x86/ia32/ia32entry.S
@@ -452,7 +452,7 @@ ia32_badsys:
CFI_ENDPROC
- .macro PTREGSCALL label, func, arg
+ .macro PTREGSCALL label, func
ALIGN
GLOBAL(\label)
leaq \func(%rip),%rax
--
1.8.3.2.736.g869de25
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:x86/asm] x86/ia32/asm: Remove unused argument in macro
2013-07-10 18:04 [PATCH] x86/ia32: remove unused argument in macro Ramkumar Ramachandra
@ 2013-07-24 3:55 ` tip-bot for Ramkumar Ramachandra
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Ramkumar Ramachandra @ 2013-07-24 3:55 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, artagnon, tglx, viro
Commit-ID: d2475b8ff81ebeed88d8fcbc22876aced5a0807a
Gitweb: http://git.kernel.org/tip/d2475b8ff81ebeed88d8fcbc22876aced5a0807a
Author: Ramkumar Ramachandra <artagnon@gmail.com>
AuthorDate: Wed, 10 Jul 2013 23:34:28 +0530
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 23 Jul 2013 11:23:21 +0200
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
index 474dc1b..4299eb0 100644
--- a/arch/x86/ia32/ia32entry.S
+++ b/arch/x86/ia32/ia32entry.S
@@ -452,7 +452,7 @@ ia32_badsys:
CFI_ENDPROC
- .macro PTREGSCALL label, func, arg
+ .macro PTREGSCALL label, func
ALIGN
GLOBAL(\label)
leaq \func(%rip),%rax
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-24 3:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 18:04 [PATCH] x86/ia32: remove unused argument in macro Ramkumar Ramachandra
2013-07-24 3:55 ` [tip:x86/asm] x86/ia32/asm: Remove " tip-bot for Ramkumar Ramachandra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox