]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: support runqueue steal time on xen
authorJuergen Gross <jgross@suse.com>
Wed, 6 Jul 2016 05:00:30 +0000 (07:00 +0200)
committerBob Liu <bob.liu@oracle.com>
Thu, 20 Oct 2016 08:00:03 +0000 (04:00 -0400)
commitb9d150362148d889970c144c673046ef3aa862ff
tree2fa6e8a2e795886c77772064e86ffb931d019112
parent73cfe657bb1b15bab5ad04152c6b2b9e3bd8b839
xen: support runqueue steal time on xen

Up to now reading the stolen time of a remote cpu was not possible in a
performant way under Xen. This made support of runqueue steal time via
paravirt_steal_rq_enabled impossible.

With the addition of an appropriate hypervisor interface this is now
possible, so add the support.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 6ba286ad845799b135e5af73d1fbc838fa79f709)
Signed-off-by: Bob Liu <bob.liu@oracle.com>
Orabug: 24820937
drivers/xen/time.c