From: Denys Vlasenko Date: Mon, 28 Sep 2015 12:23:56 +0000 (+0200) Subject: x86: Deinline early_console_register, save 403 bytes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c368ef2866adbfc0e90fdecc09e3b3fe2cddcd14;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git x86: Deinline early_console_register, save 403 bytes This function compiles to 60 bytes of machine code. Signed-off-by: Denys Vlasenko Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Link: http://lkml.kernel.org/r/1443443037-22077-3-git-send-email-dvlasenk@redhat.com Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index eec40f595ab9..076a4a739aa6 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",