>>> On 06.03.19 at 22:05, <sstabell...@kernel.org> wrote:
> On Wed, 6 Mar 2019, Jan Beulich wrote:
>> >>> On 05.03.19 at 23:38, <sstabell...@kernel.org> wrote:
>> > @@ -600,7 +602,9 @@ static void noinline init_done(void)
>> >      unregister_init_virtual_region();
>> >  
>> >      /* Zero the .init code and data. */
>> > -    for ( va = __init_begin; va < _p(__init_end); va += PAGE_SIZE )
>> > +    for ( va = (char *)__init_begin;
>> > +          init_lt(va, __init_end);
>> > +          va += PAGE_SIZE )
>> 
>> Is the line wrapping really needed here?
> 
> It would end at 80 characters exactly otherwise. I am happy to do as you
> prefer.

And 80 characters is what we permit.

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to