credit: remove cpu argument to __runq_insert()
authorHarmandeep Kaur <write.harmandeep@gmail.com>
Wed, 4 Nov 2015 16:46:46 +0000 (17:46 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 4 Nov 2015 16:46:46 +0000 (17:46 +0100)
commite59321d1544518cd322a4dc09a4bff482c724f1c
tree22bf180777c0da18628d53972dff477a86b19cd4
parentc2f247c638ae7ee28e7e4ff07ed3d92cc16fbfdf
credit: remove cpu argument to __runq_insert()

__runq_insert() takes two arguments, cpu and svc. However,
the cpu argument is redundant because we can get all the
information we need about cpu from svc.

Signed-off-by: Harmandeep Kaur <write.harmandeep@gmail.com>
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
xen/common/sched_credit.c