From: "Randy.Dunlap" <randy.dunlap@verizon.net>
To: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: [PATCH] move SWAP option in menu
Date: Tue, 04 Mar 2003 20:36:13 -0800 [thread overview]
Message-ID: <3E657EBD.59E167D6@verizon.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
Hi,
Please apply this patch (option B of 2 choices) from
Tomas Szepe to move the SWAP option into the General Setup
menu.
Patch is to 2.5.64.
Thanks,
~Randy
[-- Attachment #2: swap_option.patch --]
[-- Type: text/plain, Size: 1159 bytes --]
diff -urN a/arch/i386/Kconfig b/arch/i386/Kconfig
--- a/arch/i386/Kconfig 2003-03-03 20:04:08.000000000 +0100
+++ b/arch/i386/Kconfig 2003-03-03 19:58:48.000000000 +0100
@@ -18,15 +18,6 @@
bool
default y
-config SWAP
- bool "Support for paging of anonymous memory"
- default y
- help
- This option allows you to choose whether you want to have support
- for socalled swap devices or swap files in your kernel that are
- used to provide more virtual memory than the actual RAM present
- in your computer. If unusre say Y.
-
config SBUS
bool
diff -urN a/init/Kconfig b/init/Kconfig
--- a/init/Kconfig 2003-02-11 01:09:48.000000000 +0100
+++ b/init/Kconfig 2003-03-03 20:02:11.000000000 +0100
@@ -34,9 +34,18 @@
endmenu
-
menu "General setup"
+config SWAP
+ depends on X86
+ bool "Support for paging of anonymous memory"
+ default y
+ help
+ This option allows you to choose whether you want to have support
+ for the so-called swap devices or swap files. There are used to
+ provide more virtual memory than the actual RAM presents in your
+ computer. If unsure, say Y.
+
config SYSVIPC
bool "System V IPC"
---help---
next reply other threads:[~2003-03-05 4:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-05 4:36 Randy.Dunlap [this message]
2003-03-05 18:17 ` [PATCH] move SWAP option in menu Gabriel Paubert
2003-03-05 21:14 ` Randy.Dunlap
2003-03-06 18:43 ` Tom Rini
2003-03-06 18:49 ` Christoph Hellwig
2003-03-06 18:54 ` Tom Rini
2003-03-06 18:56 ` Christoph Hellwig
2003-03-06 19:33 ` Gabriel Paubert
2003-03-06 21:06 ` Alan Cox
2003-03-07 10:03 ` Gabriel Paubert
2003-03-07 12:41 ` Alan Cox
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=3E657EBD.59E167D6@verizon.net \
--to=randy.dunlap@verizon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.