From: Randy Dunlap <randy.dunlap@oracle.com>
To: Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.6.24-rc5-mm1] Why CONFIG_BLK_DEV_RAM=m makes \"#ifdef CONFIG_BLK_DEV_RAM\" false?
Date: Thu, 13 Dec 2007 21:45:09 -0800 [thread overview]
Message-ID: <20071213214509.f27c2717.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200712140504.lBE54Jpa044093@www262.sakura.ne.jp>
On Fri, 14 Dec 2007 14:04:19 +0900 Tetsuo Handa wrote:
> Hello.
>
> I found that
>
> CONFIG_BLK_DEV_RAM=m
>
> in my .config makes
>
> #ifdef CONFIG_BLK_DEV_RAM
>
> false.
>
> I guess something is wrong with .config parsing.
Look at include/linux/autoconf.h. You should see a line like:
#define CONFIG_BLK_DEV_RAM_MODULE 1
if CONFIG_BLK_DEV_RAM=m
or like:
#define CONFIG_BLK_DEV_RAM 1
if CONFIG_BLK_DEV_RAM=y.
I don't think that this is a change from the recent past.
---
~Randy
next prev parent reply other threads:[~2007-12-14 5:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-14 5:04 Tetsuo Handa
2007-12-14 5:45 ` Randy Dunlap [this message]
2007-12-14 6:15 ` [2.6.24-rc5-mm1] Why CONFIG_BLK_DEV_RAM=m makes \\\"#ifdef CONFIG_BLK_DEV_RAM\\\" false? Tetsuo Handa
2007-12-15 11:44 ` Jan Engelhardt
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=20071213214509.f27c2717.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=penguin-kernel@i-love.sakura.ne.jp \
/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
all inboxes | Powered by JetHome®