On 16/01/15 16:28, Andrew Cooper wrote:
> On 16/01/15 16:20, Julien Grall wrote:
>> add_boot_module is calling a function which lies in the init section.
>> Furthermore, it's only used during Xen boot.
>>
>> Signed-off-by: Julien Grall
>> ---
>> xen/arch/arm/setup.c| 6 +++---
>> xen/incl
On 16/01/15 16:20, Julien Grall wrote:
> add_boot_module is calling a function which lies in the init section.
> Furthermore, it's only used during Xen boot.
>
> Signed-off-by: Julien Grall
> ---
> xen/arch/arm/setup.c| 6 +++---
> xen/include/asm-arm/setup.h | 8
> 2 files chang
add_boot_module is calling a function which lies in the init section.
Furthermore, it's only used during Xen boot.
Signed-off-by: Julien Grall
---
xen/arch/arm/setup.c| 6 +++---
xen/include/asm-arm/setup.h | 8
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/xen/