x86/e820: Deinline e820_type_to_string, save 126 bytes
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 28 Sep 2015 12:23:55 +0000 (14:23 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 30 Sep 2015 19:54:40 +0000 (21:54 +0200)
commite6e5f84092b1f3a8733c20e26838af4e21a4854f
tree90c830e86f75e22a01cf2547e03bbecaeb97b3cc
parent9ffecb10283508260936b96022d4ee43a7798b4c
x86/e820: Deinline e820_type_to_string, save 126 bytes

This function compiles to 102 bytes of machine code. It has two
callsites.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Link: http://lkml.kernel.org/r/1443443037-22077-2-git-send-email-dvlasenk@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/e820.c