diff options
-rw-r--r-- | arch/x86/xen/enlighten.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 7d46c8441418..ee304b52d8b7 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -135,9 +135,6 @@ static void xen_vcpu_setup(int cpu) | |||
135 | info.mfn = arbitrary_virt_to_mfn(vcpup); | 135 | info.mfn = arbitrary_virt_to_mfn(vcpup); |
136 | info.offset = offset_in_page(vcpup); | 136 | info.offset = offset_in_page(vcpup); |
137 | 137 | ||
138 | printk(KERN_DEBUG "trying to map vcpu_info %d at %p, mfn %llx, offset %d\n", | ||
139 | cpu, vcpup, info.mfn, info.offset); | ||
140 | |||
141 | /* Check to see if the hypervisor will put the vcpu_info | 138 | /* Check to see if the hypervisor will put the vcpu_info |
142 | structure where we want it, which allows direct access via | 139 | structure where we want it, which allows direct access via |
143 | a percpu-variable. */ | 140 | a percpu-variable. */ |
@@ -151,9 +148,6 @@ static void xen_vcpu_setup(int cpu) | |||
151 | /* This cpu is using the registered vcpu info, even if | 148 | /* This cpu is using the registered vcpu info, even if |
152 | later ones fail to. */ | 149 | later ones fail to. */ |
153 | per_cpu(xen_vcpu, cpu) = vcpup; | 150 | per_cpu(xen_vcpu, cpu) = vcpup; |
154 | |||
155 | printk(KERN_DEBUG "cpu %d using vcpu_info at %p\n", | ||
156 | cpu, vcpup); | ||
157 | } | 151 | } |
158 | } | 152 | } |
159 | 153 | ||
@@ -873,8 +867,6 @@ void xen_setup_vcpu_info_placement(void) | |||
873 | /* xen_vcpu_setup managed to place the vcpu_info within the | 867 | /* xen_vcpu_setup managed to place the vcpu_info within the |
874 | percpu area for all cpus, so make use of it */ | 868 | percpu area for all cpus, so make use of it */ |
875 | if (have_vcpu_info_placement) { | 869 | if (have_vcpu_info_placement) { |
876 | printk(KERN_INFO "Xen: using vcpu_info placement\n"); | ||
877 | |||
878 | pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); | 870 | pv_irq_ops.save_fl = __PV_IS_CALLEE_SAVE(xen_save_fl_direct); |
879 | pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); | 871 | pv_irq_ops.restore_fl = __PV_IS_CALLEE_SAVE(xen_restore_fl_direct); |
880 | pv_irq_ops.irq_disable = __PV_IS_CALLEE_SAVE(xen_irq_disable_direct); | 872 | pv_irq_ops.irq_disable = __PV_IS_CALLEE_SAVE(xen_irq_disable_direct); |