mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
xen: Kconfig: Drop reference to obsolete configs MCORE2 and MK8
Commitf388f60ca9("x86/cpu: Drop configuration options for early 64-bit CPUs") removes the config symbols MCORE2 and MK8. With that, the references to those two config symbols in xen's x86 Kconfig are obsolete. Drop them. Fixes:f388f60ca9("x86/cpu: Drop configuration options for early 64-bit CPUs") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20250303093759.371445-1-lukas.bulwahn@redhat.com
This commit is contained in:
parent
909639aa58
commit
091b768604
|
|
@ -9,7 +9,7 @@ config XEN
|
|||
select PARAVIRT_CLOCK
|
||||
select X86_HV_CALLBACK_VECTOR
|
||||
depends on X86_64 || (X86_32 && X86_PAE)
|
||||
depends on X86_64 || (X86_GENERIC || MPENTIUM4 || MCORE2 || MATOM || MK8)
|
||||
depends on X86_64 || (X86_GENERIC || MPENTIUM4 || MATOM)
|
||||
depends on X86_LOCAL_APIC && X86_TSC
|
||||
help
|
||||
This is the Linux Xen port. Enabling this will allow the
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user