Re: [Xen-devel] [PATCH 7/7] xen/arm: setup: Move in init code only used at boot in setup.c

2018-06-12 Thread Stefano Stabellini
On Tue, 5 Jun 2018, Julien Grall wrote: > Some of the functions implemented in setup.c are only used at boot but > not yet marked as such. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- > xen/arch/arm/setup.c | 10 +- > 1 file changed, 5 insertions(+), 5

[Xen-devel] [PATCH 7/7] xen/arm: setup: Move in init code only used at boot in setup.c

2018-06-05 Thread Julien Grall
Some of the functions implemented in setup.c are only used at boot but not yet marked as such. Signed-off-by: Julien Grall --- xen/arch/arm/setup.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c index