Re: [PATCH 5/9] apm32: remove paravirt_enabled() use

From: Boris Ostrovsky
Date: Fri Feb 19 2016 - 17:18:17 EST




On 02/19/2016 03:58 PM, Luis R. Rodriguez wrote:
On Fri, Feb 19, 2016 at 10:08:43AM -0500, Boris Ostrovsky wrote:

in xen_start_kernel(). Better yet, clear whole .bss.

(This applies to the next patch as well).
So clear_bss() -- oh look, another call that xen_start_kernel() could have made
good use of. :) Can you send a respective patch I can old into this series?
I'm afraid it is by no means obvious to me where it would be safe to do this on
xen_start_kernel().

OK, I'll test it next week, it really should be done irrespective of what you are doing here.

-boris