[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-c368ef2866adbfc0e90fdecc09e3b3fe2cddcd14@git.kernel.org>
Date: Wed, 30 Sep 2015 12:57:56 -0700
From: tip-bot for Denys Vlasenko <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: brgerst@...il.com, dvlasenk@...hat.com, tglx@...utronix.de,
mingo@...nel.org, luto@...capital.net, hpa@...or.com, bp@...en8.de,
linux-kernel@...r.kernel.org
Subject: [tip:x86/cleanups] x86: Deinline early_console_register,
save 403 bytes
Commit-ID: c368ef2866adbfc0e90fdecc09e3b3fe2cddcd14
Gitweb: http://git.kernel.org/tip/c368ef2866adbfc0e90fdecc09e3b3fe2cddcd14
Author: Denys Vlasenko <dvlasenk@...hat.com>
AuthorDate: Mon, 28 Sep 2015 14:23:56 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 30 Sep 2015 21:54:40 +0200
x86: Deinline early_console_register, save 403 bytes
This function compiles to 60 bytes of machine code.
Signed-off-by: Denys Vlasenko <dvlasenk@...hat.com>
Cc: Andy Lutomirski <luto@...capital.net>
Cc: Borislav Petkov <bp@...en8.de>
Cc: Brian Gerst <brgerst@...il.com>
Link: http://lkml.kernel.org/r/1443443037-22077-3-git-send-email-dvlasenk@redhat.com
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
arch/x86/kernel/early_printk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c
index eec40f5..076a4a7 100644
--- a/arch/x86/kernel/early_printk.c
+++ b/arch/x86/kernel/early_printk.c
@@ -316,7 +316,7 @@ static struct console early_serial_console = {
.index = -1,
};
-static inline void early_console_register(struct console *con, int keep_early)
+static void early_console_register(struct console *con, int keep_early)
{
if (con->index != -1) {
printk(KERN_CRIT "ERROR: earlyprintk= %s already used\n",
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists