Re: [PATCH 2/3] xen: split up xen_hvm_init_shared_info()

From: Juergen Gross
Date: Tue Jul 25 2017 - 10:48:39 EST


On 25/07/17 16:19, Boris Ostrovsky wrote:
> On 07/25/2017 05:50 AM, Juergen Gross wrote:
>>
>> -void __ref xen_hvm_init_shared_info(void)
>> +void xen_hvm_init_shared_info(void)
>
> Why are you dropping __ref?

The function no longer calls any __init function.


Juergen