|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8a 1/6] xen/arm: move and rename is_vcpu_running function to sched.h
>>> On 03.07.14 at 10:34, <vijay.kilari@xxxxxxxxx> wrote:
> +static inline bool_t is_vcpu_online(const struct vcpu *v)
> +{
> + return !test_bit(_VPF_down, &v->pause_flags);
> +}
Which now becomes a bit questionable a helper - it's not really helping
much to wrap this ting test_bit() into an inline function. But if others
like it, I'm not going to stand in the way.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |