Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen build fix from David Vrabel:
"Fix i386 build with an (uncommon) configuration"

* tag 'for-linus-4.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC

+2 -2
+2 -2
arch/x86/xen/Kconfig
··· 8 8 select PARAVIRT_CLOCK 9 9 select XEN_HAVE_PVMMU 10 10 depends on X86_64 || (X86_32 && X86_PAE) 11 - depends on X86_TSC 11 + depends on X86_LOCAL_APIC && X86_TSC 12 12 help 13 13 This is the Linux Xen port. Enabling this will allow the 14 14 kernel to boot in a paravirtualized environment under the ··· 17 17 config XEN_DOM0 18 18 def_bool y 19 19 depends on XEN && PCI_XEN && SWIOTLB_XEN 20 - depends on X86_LOCAL_APIC && X86_IO_APIC && ACPI && PCI 20 + depends on X86_IO_APIC && ACPI && PCI 21 21 22 22 config XEN_PVHVM 23 23 def_bool y