xen: set cpu capabilities from xen_start_kernel()
authorJuergen Gross <[email protected]>
Thu, 13 Apr 2017 06:55:41 +0000 (08:55 +0200)
committerJuergen Gross <[email protected]>
Tue, 2 May 2017 09:13:29 +0000 (11:13 +0200)
commit0808e80cb760de2733c0527d2090ed2205a1eef8
treed0874b6927dd781fca78419d23d6778aae28676a
parent31d47266c6e599d76e84c9809f9ea2735d9cda5b
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 <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
arch/x86/xen/enlighten_pv.c