[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v1 6/9] livepatch: Initial ARM64 support.
>>> On 15.08.16 at 16:09, <konrad.wilk@xxxxxxxxxx> wrote: > On Mon, Aug 15, 2016 at 02:21:48AM -0600, Jan Beulich wrote: >> >>> On 15.08.16 at 01:07, <konrad.wilk@xxxxxxxxxx> wrote: >> > @@ -711,9 +711,15 @@ static int prepare_payload(struct payload *payload, >> > return -EINVAL; >> > } >> > } >> > +#ifndef CONFIG_ARM >> > apply_alternatives_nocheck(start, end); >> > +#else >> > + apply_alternatives(start, sec->sec->sh_size); >> > +#endif >> >> Conditionals like this are ugly - can't this be properly abstracted? > > Yes, I can introduce an apply_alternatives_nocheck on ARM that will > hava the same set of arguments on x86. > > Or I can make a new function name? Either way is fine with me, with a slight preference to the former one. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |