linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/28] UML - x86-64 config support
@ 2005-01-10  7:35 Jeff Dike
  0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2005-01-10  7:35 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

This adds architecture-specific Kconfig support, plus Kconfig_i386 and
Kconfig_x86_64.  Currently the only option defined there is CONFIG_64_BIT.

Signed-off-by: Jeff Dike <jdike@addtoit.com>

Index: linux-2.6.10/arch/um/Kconfig_i386
===================================================================
--- linux-2.6.10.orig/arch/um/Kconfig_i386	2005-01-04 17:02:27.000000000 -0500
+++ linux-2.6.10/arch/um/Kconfig_i386	2005-01-04 23:13:07.000000000 -0500
@@ -1,3 +1,6 @@
+config 64_BIT
+	bool
+	default n
 config 3_LEVEL_PGTABLES
 	bool "Three-level pagetables"
 	default n
Index: linux-2.6.10/arch/um/Kconfig_x86_64
===================================================================
--- linux-2.6.10.orig/arch/um/Kconfig_x86_64	2003-09-15 09:40:47.000000000 -0400
+++ linux-2.6.10/arch/um/Kconfig_x86_64	2005-01-04 23:13:07.000000000 -0500
@@ -0,0 +1,7 @@
+config 64_BIT
+	bool
+	default y
+
+config 3_LEVEL_PGTABLES
+       bool
+       default y
Index: linux-2.6.10/arch/um/Makefile
===================================================================
--- linux-2.6.10.orig/arch/um/Makefile	2005-01-04 23:13:05.000000000 -0500
+++ linux-2.6.10/arch/um/Makefile	2005-01-04 23:13:07.000000000 -0500
@@ -79,6 +79,8 @@
   echo '		   find in the kernel root.'
 endef
 
+$(shell cd $(ARCH_DIR) && ln -sf Kconfig_$(SUBARCH) Kconfig_arch)
+
 prepare: $(ARCH_SYMLINKS) $(SYS_HEADERS) $(GEN_HEADERS) \
 	$(ARCH_DIR)/kernel/vmlinux.lds.S
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-10  5:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-10  7:35 [PATCH 6/28] UML - x86-64 config support Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).