xen: set cpu capabilities from xen_start_kernel()
authorJuergen Gross <jgross@suse.com>
Wed, 30 May 2018 11:09:57 +0000 (13:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Jun 2018 14:44:34 +0000 (16:44 +0200)
commitbb70de1f993b5a7fffe9d42c68907b60ef5319a6
tree5d3675276fc49c08f8a43b39db59c9f82033e998
parent474928b8f0a6ba49872ef2769610b80638820aad
xen: set cpu capabilities from xen_start_kernel()

Upstream commit: 0808e80cb760de2733c0527d2090ed2205a1eef8 ("xen: set
cpu capabilities from xen_start_kernel()")

There is no need to set the same capabilities for each cpu
individually. This can easily be done for all cpus when starting the
kernel.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/xen/enlighten.c