x86/Centaur: drop __init annotations
authorJan Beulich <jbeulich@suse.com>
Fri, 16 Oct 2015 15:49:51 +0000 (17:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 Oct 2015 15:49:51 +0000 (17:49 +0200)
commit3a95c3f9c26a4b877598d45886eae95963c5d793
treeccd721f43b072cb7736111c8db5e4456cd7f8b1d
parentdcaf4e3f531fcc348dcb07c72393e2f6cabdc550
x86/Centaur: drop __init annotations

Commit 6f8f53cc64 ("x86 cpu: Fix bug: unify cpu_dev attr as
__cpuinitdata") fixed centaur_cpu_dev's annotation without also fixing
the pointers hanging off of it. Even if CPU hotplig support may be
purely theoretical for Centaur, we should still not leave this as is.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/cpu/centaur.c