Re: [Xen-devel] [PATCH 19/22] mini-os: remove using start_info in architecture independent code

2016-08-23 Thread Samuel Thibault
Juergen Gross, on Tue 23 Aug 2016 17:16:05 +0200, wrote: > The start_info structure should be used only in case of CONFIG_PARAVIRT > defined. Remove it from being used in other places. Especially the > usage as parameter for applications linked to the kernel is no good > idea. > > Signed-off-by: J

[Xen-devel] [PATCH 19/22] mini-os: remove using start_info in architecture independent code

2016-08-23 Thread Juergen Gross
The start_info structure should be used only in case of CONFIG_PARAVIRT defined. Remove it from being used in other places. Especially the usage as parameter for applications linked to the kernel is no good idea. Signed-off-by: Juergen Gross --- arch/arm/setup.c | 8 arch/x86/setup