projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e5f84
)
x86: Deinline early_console_register, save 403 bytes
author
Denys Vlasenko
<
[email protected]
>
Mon, 28 Sep 2015 12:23:56 +0000
(14:23 +0200)
committer
Thomas Gleixner
<
[email protected]
>
Wed, 30 Sep 2015 19:54:40 +0000
(21:54 +0200)
This function compiles to 60 bytes of machine code.
Signed-off-by: Denys Vlasenko <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Brian Gerst <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/early_printk.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/early_printk.c
b/arch/x86/kernel/early_printk.c
index eec40f595ab97ee74b83002a21e09a0d2c032cbb..076a4a739aa6c5edd7f9118a8f07c5bd339b08f8 100644
(file)
--- 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",