|
@@ -118,7 +118,7 @@ DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);
|
|
|
DEFINE_PER_CPU(struct vcpu_info, xen_vcpu_info);
|
|
|
|
|
|
/* Linux <-> Xen vCPU id mapping */
|
|
|
-DEFINE_PER_CPU(int, xen_vcpu_id) = -1;
|
|
|
+DEFINE_PER_CPU(uint32_t, xen_vcpu_id);
|
|
|
EXPORT_PER_CPU_SYMBOL(xen_vcpu_id);
|
|
|
|
|
|
enum xen_domain_type xen_domain_type = XEN_NATIVE;
|