Skip to content

Commit b7bc7bc

Browse files
committed
Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fix from Juergen Gross: "A single patch fixing a build issue for x86 32-bit configurations with CONFIG_XEN, which was introduced in the 6.7 development cycle" * tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: x86/xen: add CPU dependencies for 32-bit build
2 parents 8afe6f0 + 93cd059 commit b7bc7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/xen/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config XEN
99
select PARAVIRT_CLOCK
1010
select X86_HV_CALLBACK_VECTOR
1111
depends on X86_64 || (X86_32 && X86_PAE)
12+
depends on X86_64 || (X86_GENERIC || MPENTIUM4 || MCORE2 || MATOM || MK8)
1213
depends on X86_LOCAL_APIC && X86_TSC
1314
help
1415
This is the Linux Xen port. Enabling this will allow the

0 commit comments

Comments
 (0)