aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/vsmp_64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/vsmp_64.c b/arch/x86/kernel/vsmp_64.c
index 6b96a7374f94..3f0285ac00fa 100644
--- a/arch/x86/kernel/vsmp_64.c
+++ b/arch/x86/kernel/vsmp_64.c
@@ -101,7 +101,10 @@ static void __init set_vsmp_pv_ops(void)
101#ifdef CONFIG_SMP 101#ifdef CONFIG_SMP
102 if (cap & ctl & BIT(8)) { 102 if (cap & ctl & BIT(8)) {
103 ctl &= ~BIT(8); 103 ctl &= ~BIT(8);
104#ifdef CONFIG_PROC_FS
105 /* Don't let users change irq affinity via procfs */
104 no_irq_affinity = 1; 106 no_irq_affinity = 1;
107#endif
105 } 108 }
106#endif 109#endif
107 110