From: Kai Germaschewski <kai-germaschewski@uiowa.edu>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] PATCH: 2.5 kconfig synchronise banners 4 (fwd)
Date: Wed, 28 Aug 2002 05:19:05 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590701905989@msgid-missing> (raw)
[Maybe someone here knows an answer? If not, I'll just remove the SN
specific special casing of devfs]
Hi,
is there any specific reason that SN1/2 have non-standard behavior with
respect to devfs? If not, I'd prefer to just throw away that special case
entirely.
--Kai
---------- Forwarded message ----------
Date: Wed, 21 Aug 2002 00:26:05 +1000
From: Greg Banks <gnb@alphalink.com.au>
To: Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: PATCH: 2.5 kconfig synchronise banners 4
G'day,
The symbol CONFIG_DEVFS_DEBUG was defined in two different ways in
arch/ia64/config.in and fs/Config.in, both visible at the same time.
I took the opportunity to move all the devfs stuff out of the ia64
config.in as all of the other architectures let fs/Config.in do it.
diff -ruN --exclude-from=dontdiff linux-2.5.31-orig/arch/ia64/config.in linux-2.5.31/arch/ia64/config.in
--- linux-2.5.31-orig/arch/ia64/config.in Wed Aug 14 15:02:40 2002
+++ linux-2.5.31/arch/ia64/config.in Mon Aug 19 22:04:29 2002
@@ -75,10 +75,6 @@
bool ' Enable SGI Medusa Simulator Support' CONFIG_IA64_SGI_SN_SIM
bool ' Enable autotest (llsc). Option to run cache test instead of booting' \
CONFIG_IA64_SGI_AUTOTEST
- define_bool CONFIG_DEVFS_FS y
- if [ "$CONFIG_DEVFS_FS" = "y" ]; then
- bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG
- fi
bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL
define_bool CONFIG_DISCONTIGMEM y
define_bool CONFIG_IA64_MCA y
diff -ruN --exclude-from=dontdiff linux-2.5.31-orig/fs/Config.in linux-2.5.31/fs/Config.in
--- linux-2.5.31-orig/fs/Config.in Wed Aug 14 15:02:40 2002
+++ linux-2.5.31/fs/Config.in Mon Aug 19 21:52:09 2002
@@ -75,9 +75,13 @@
bool '/proc file system support' CONFIG_PROC_FS
-dep_bool '/dev file system support (EXPERIMENTAL)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL
-dep_bool ' Automatically mount at boot' CONFIG_DEVFS_MOUNT $CONFIG_DEVFS_FS
-dep_bool ' Debug devfs' CONFIG_DEVFS_DEBUG $CONFIG_DEVFS_FS
+if [ "$CONFIG_IA64_SGI_SN1" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ]; then
+ define_bool CONFIG_DEVFS_FS y
+else
+ dep_bool '/dev file system support (EXPERIMENTAL)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL
+ dep_bool ' Automatically mount at boot' CONFIG_DEVFS_MOUNT $CONFIG_DEVFS_FS
+fi
+dep_bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG $CONFIG_DEVFS_FS
# It compiles as a module for testing only. It should not be used
# as a module in general. If we make this "tristate", a bunch of people
Greg.
--
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down. - Roger Sandall, The Age, 28Sep2001.
next reply other threads:[~2002-08-28 5:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-28 5:19 Kai Germaschewski [this message]
2002-08-28 5:38 ` [Linux-ia64] PATCH: 2.5 kconfig synchronise banners 4 (fwd) Keith Owens
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=marc-linux-ia64-105590701905989@msgid-missing \
--to=kai-germaschewski@uiowa.edu \
--cc=linux-ia64@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 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.