From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] forwarded message from Rusty Trivial Russell
Date: Thu, 18 Jul 2002 20:36:52 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590701905781@msgid-missing> (raw)
[-- Attachment #1: message body text --]
[-- Type: text/plain, Size: 62 bytes --]
Could someone from SGI take care of this?
Thanks,
--david
[-- Attachment #2: forwarded message --]
[-- Type: message/rfc822, Size: 2349 bytes --]
From: Rusty Trivial Russell <rusty@rustcorp.com.au>
To: davidm@hpl.hp.com
Subject: [TRIVIAL] PATCH 2.5: kconfig spurious bool default value (1_3)
Date: Thu, 18 Jul 2002 13:08:30 +1000
Message-ID: <20020718032329.A35FA4474@lists.samba.org>
From: (via Rusty) Greg Banks <gnb@alphalink.com.au>
Some CML1 rule contributors seem to think that the "bool" statement
takes a third argument which is the default value. It doesn't.
--- trivial-2.5.26/arch/ia64/config.in.orig Thu Jul 18 13:00:51 2002
+++ trivial-2.5.26/arch/ia64/config.in Thu Jul 18 13:00:51 2002
@@ -71,15 +71,15 @@
if [ "$CONFIG_IA64_SGI_SN1" = "y" -o "$CONFIG_IA64_SGI_SN2" = "y" ]; then
define_bool CONFIG_IA64_SGI_SN y
- bool ' Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG n
+ bool ' Enable extra debugging code' CONFIG_IA64_SGI_SN_DEBUG
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 n
+ CONFIG_IA64_SGI_AUTOTEST
define_bool CONFIG_DEVFS_FS y
if [ "$CONFIG_DEVFS_FS" = "y" ]; then
- bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG n
+ bool ' Enable DEVFS Debug Code' CONFIG_DEVFS_DEBUG
fi
- bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL y
+ bool ' Enable protocol mode for the L1 console' CONFIG_SERIAL_SGI_L1_PROTOCOL
define_bool CONFIG_DISCONTIGMEM y
define_bool CONFIG_IA64_MCA y
define_bool CONFIG_NUMA y
--
Don't blame me: the Monkey is driving
reply other threads:[~2002-07-18 20:36 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=marc-linux-ia64-105590701905781@msgid-missing \
--to=davidm@napali.hpl.hp.com \
--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.