Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
b9dce6bf0b9d67d944854fb4ed19a6593493af0d
/
.
/
xen.c
blob: 40ad493daee8114bc32acf164cdbdcc5983d55b7 [
file
]
#include
<linux/kernel.h>
#include
<linux/tables.h>
#include
<asm/x86_init_fn.h>
#include
<asm/x86.h>
void
startup_xen
(
void
)
{
pr_info
(
"Initializing Xen guest\n"
);
x86_init_fn_early_init
();
x86_64_start_reservations
();
}