Commit-ID: dae0f305d61b07933a129dfe975342f3177277d5 Gitweb: http://git.kernel.org/tip/dae0f305d61b07933a129dfe975342f3177277d5 Author: Denys Vlasenko <dvlas...@redhat.com> AuthorDate: Mon, 28 Sep 2015 14:23:57 +0200 Committer: Thomas Gleixner <t...@linutronix.de> CommitDate: Wed, 30 Sep 2015 21:54:40 +0200
x86/signal: Deinline get_sigframe, save 240 bytes This function compiles to 277 bytes of machine code and has 4 callsites. Signed-off-by: Denys Vlasenko <dvlas...@redhat.com> Cc: Andy Lutomirski <l...@amacapital.net> Cc: Borislav Petkov <b...@alien8.de> Cc: Brian Gerst <brge...@gmail.com> Link: http://lkml.kernel.org/r/1443443037-22077-4-git-send-email-dvlas...@redhat.com Signed-off-by: Thomas Gleixner <t...@linutronix.de> --- arch/x86/kernel/signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/signal.c b/arch/x86/kernel/signal.c index da52e6b..2c3336b 100644 --- a/arch/x86/kernel/signal.c +++ b/arch/x86/kernel/signal.c @@ -196,7 +196,7 @@ static unsigned long align_sigframe(unsigned long sp) return sp; } -static inline void __user * +static void __user * get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size, void __user **fpstate) { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/