From: Dario Faggioli Date: Mon, 5 Aug 2019 10:50:54 +0000 (+0100) Subject: xen: sched: refector code around vcpu_deassign() in null scheduler X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1782 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a397471278a7838962f57e4c460582c9c836d1b9;p=xen.git xen: sched: refector code around vcpu_deassign() in null scheduler vcpu_deassign() is called only once (in _vcpu_remove()). Let's consolidate the two functions into one. No functional change intended. Signed-off-by: Dario Faggioli Acked-by: George Dunlap Message-Id: <156412235104.2385.3911161728130674771.stgit@Palanthas> ---