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
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