Re: [Xen-devel] [PATCH v4 1/5] sched: factor out VCPU2ONLINE to common header file

2015-09-17 Thread Dario Faggioli
On Sun, 2015-07-12 at 22:13 -1000, Justin T. Weaver wrote: > Move macro VCPU2ONLINE from schedule.c to sched.h so it can be used by other > source files. > "No functional changes intended." > Signed-off-by: Justin T. Weaver > (with the above) Reviewed-by: Dario Faggioli -- <> (Raistlin Majere

[Xen-devel] [PATCH v4 1/5] sched: factor out VCPU2ONLINE to common header file

2015-07-13 Thread Justin T. Weaver
Move macro VCPU2ONLINE from schedule.c to sched.h so it can be used by other source files. Signed-off-by: Justin T. Weaver --- xen/common/schedule.c |1 - xen/include/xen/sched.h |2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/common/schedule.c b/xen/common/sch