[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] linux: kconfig adjustment
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1196955934 0 # Node ID 21a40e77044b20f37059b249e1755cb8c8e8ff60 # Parent cc9a5c793b53c619d6cee92d5289f5b59a3fe864 linux: kconfig adjustment 2.6.24 removes support for omitting 'on' after 'depends', and fixing this early doesn't harm older Linux. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> --- arch/x86_64/Kconfig | 2 +- drivers/xen/Kconfig | 1 - fs/Kconfig | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff -r cc9a5c793b53 -r 21a40e77044b arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig Thu Dec 06 15:44:58 2007 +0000 +++ b/arch/x86_64/Kconfig Thu Dec 06 15:45:34 2007 +0000 @@ -233,7 +233,7 @@ config X86_IO_APIC config X86_XEN_GENAPIC bool - depends X86_64_XEN + depends on X86_64_XEN default XEN_PRIVILEGED_GUEST || SMP config X86_LOCAL_APIC diff -r cc9a5c793b53 -r 21a40e77044b drivers/xen/Kconfig --- a/drivers/xen/Kconfig Thu Dec 06 15:44:58 2007 +0000 +++ b/drivers/xen/Kconfig Thu Dec 06 15:45:34 2007 +0000 @@ -19,7 +19,6 @@ menu "XEN" config XEN_PRIVILEGED_GUEST bool "Privileged Guest (domain 0)" - depends XEN default n help Support for privileged operation (domain 0) diff -r cc9a5c793b53 -r 21a40e77044b fs/Kconfig --- a/fs/Kconfig Thu Dec 06 15:44:58 2007 +0000 +++ b/fs/Kconfig Thu Dec 06 15:45:34 2007 +0000 @@ -870,7 +870,7 @@ config HUGETLBFS config HUGETLBFS bool "HugeTLB file system support" depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN - depends !XEN + depends on !XEN help hugetlbfs is a filesystem backing for HugeTLB pages, based on ramfs. For architectures that support it, say Y here and read _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |