[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix and use x86_64 config bits.
ChangeSet 1.1439.1.1, 2005/04/04 18:14:35+01:00, cl349@xxxxxxxxxxxxxxxxxxxx Fix and use x86_64 config bits. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> Kconfig | 4 ++++ x86_64/Kconfig | 25 ++++--------------------- 2 files changed, 8 insertions(+), 21 deletions(-) diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/Kconfig b/linux-2.6.11-xen-sparse/arch/xen/Kconfig --- a/linux-2.6.11-xen-sparse/arch/xen/Kconfig 2005-04-04 14:02:47 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/Kconfig 2005-04-04 14:02:47 -04:00 @@ -153,6 +153,10 @@ source "arch/xen/i386/Kconfig" endif +if X86_64 +source "arch/xen/x86_64/Kconfig" +endif + menu "Executable file formats" source "fs/Kconfig.binfmt" diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig b/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig --- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig 2005-04-04 14:02:47 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig 2005-04-04 14:02:47 -04:00 @@ -8,31 +8,14 @@ # menu "X86_64 processor configuration" - depends XEN_X86_64 config XENARCH string default x86_64 -config X86_64 - bool - default y - help - Port to the x86-64 architecture. x86-64 is a 64-bit extension to the - classical 32-bit x86 architecture. For details see - <http://www.x86-64.org/>. - -config X86 - bool - default y - config 64BIT def_bool y -#config X86 -# bool -# default y - config MMU bool default y @@ -105,10 +88,10 @@ prompt "Processor family" default MK8 -config MK8 - bool "AMD-Opteron/Athlon64" - help - Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs. +#config MK8 +# bool "AMD-Opteron/Athlon64" +# help +# Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs. config MPSC bool "Intel x86-64" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |