Re: [PATCH v2 1/7] xen: credit2: factor cpu to runqueue matching in a function
On 28.05.20 23:29, Dario Faggioli wrote: Just move the big if() condition in an inline function. No functional change intended. Signed-off-by: Dario Faggioli Reviewed-by: Juergen Gross Juergen
[PATCH v2 1/7] xen: credit2: factor cpu to runqueue matching in a function
Just move the big if() condition in an inline function. No functional change intended. Signed-off-by: Dario Faggioli --- Cc: George Dunlap Cc: Juergen Gross --- xen/common/sched/credit2.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/xen/