x86/cpu: introduce cpu_dev.c_early_init()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Nov 2015 10:54:11 +0000 (11:54 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 30 Nov 2015 10:54:11 +0000 (11:54 +0100)
commit84f4c9b771b09973a8e1bea57d3db1e3ca660683
tree96e9dc46acf6be7f1582de5afadd89032d459d39
parentb1d398b67781140d1c6efd05778d0ad4103b2a32
x86/cpu: introduce cpu_dev.c_early_init()

The name is chosen to be consistent with Linux.  Doing this allows
early_intel_workaround() to be removed from common code.

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