lkml.org 
[lkml]   [2003]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] move SWAP option in menu
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,
~Randydiff -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---
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.086 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site