x86: Move paravirt banner printout to x86_init_ops

Replace another obscure paravirt magic and move it to
x86_init_ops. Such a hook is also useful for embedded and special
hardware.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2009-08-20 13:19:57 +02:00
parent 42bbdb43b1
commit 6f30c1ac3f
7 changed files with 12 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
#include <linux/init.h>
#include <asm/bios_ebda.h>
#include <asm/paravirt.h>
#include <asm/mpspec.h>
#include <asm/setup.h>
#include <asm/e820.h>
@@ -45,5 +46,6 @@ struct __initdata x86_init_ops x86_init = {
.oem = {
.arch_setup = x86_init_noop,
.banner = default_banner,
},
};