xen/arm: kernel: Move in init all the code/data of kernel.c
authorJulien Grall <julien.grall@arm.com>
Mon, 2 Jul 2018 16:19:06 +0000 (17:19 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 11 Jul 2018 19:17:42 +0000 (12:17 -0700)
commit3cbcc5b47e60f145af40c9c97f2bbd71739fd72b
treeeb7efe9a3412f18aebab507b2f4af65c7f1a8e87
parentfaf833aba743886a36fe2cffdc5896d065c43cb9
xen/arm: kernel: Move in init all the code/data of kernel.c

The file kernel.c only contains code/data used during the
initialization. So move everything to init and mark the file as such.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/Makefile
xen/arch/arm/kernel.c