Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
linker-tables
/
2de6502557917f2a69e497a6eef1ecb4d378d825
/
.
/
xen.c
blob: 40ad493daee8114bc32acf164cdbdcc5983d55b7 [
file
] [
log
] [
blame
]
#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
();
}