summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorEial Czerwacki2018-11-05 18:31:54 +0100
committerThomas Gleixner2018-11-06 21:35:11 +0100
commita48777fdda7d13179979a889e1fb87655a783cc0 (patch)
tree8ba57d8487f07a877644b074f324b6f66c5e5cef /arch/x86/Kconfig
parentx86/ldt: Remove unused variable in map_ldt_struct() (diff)
downloadkernel-qcow2-linux-a48777fdda7d13179979a889e1fb87655a783cc0.tar.gz
kernel-qcow2-linux-a48777fdda7d13179979a889e1fb87655a783cc0.tar.xz
kernel-qcow2-linux-a48777fdda7d13179979a889e1fb87655a783cc0.zip
x86/vsmp: Remove dependency on pv_irq_ops
vSMP dependency on pv_irq_ops has been removed some years ago, but the code still deals with pv_irq_ops. In short, "cap & ctl & (1 << 4)" is always returning 0, so all PARAVIRT/PARAVIRT_XXL code related to that can be removed. However, the rest of the code depends on CONFIG_PCI, so fix it accordingly. Rename set_vsmp_pv_ops to set_vsmp_ctl as the original name does not make sense anymore. Signed-off-by: Eial Czerwacki <eial@scalemp.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Shai Fultheim <shai@scalemp.com> Cc: Juergen Gross <jgross@suse.com> Link: https://lkml.kernel.org/r/1541439114-28297-1-git-send-email-eial@scalemp.com
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ba7e3464ee92..9d734f3c8234 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -525,7 +525,6 @@ config X86_VSMP
bool "ScaleMP vSMP"
select HYPERVISOR_GUEST
select PARAVIRT
- select PARAVIRT_XXL
depends on X86_64 && PCI
depends on X86_EXTENDED_PLATFORM
depends on SMP