mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 6/28] UML - x86-64 config support
Date: Mon, 10 Jan 2005 02:35:18 -0500	[thread overview]
Message-ID: <200501100735.j0A7ZIPW005760@ccure.user-mode-linux.org> (raw)

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
 


                 reply	other threads:[~2005-01-10  5:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501100735.j0A7ZIPW005760@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome