From: Jiri Olsa <olsajiri@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] FRV - remove dead config symbol from FRV code
Date: Thu, 08 Nov 2007 17:33:08 +0000 [thread overview]
Message-ID: <47334854.8010308@gmail.com> (raw)
In-Reply-To: <47332668.7060301@gmail.com>
David Howells wrote:
> Jiri Olsa <olsajiri@gmail.com> wrote:
>
>> remove dead config symbol from FRV code
>
> Are you sure about that?
>
> warthog>grep -r WANT_PAGE_VIRTUAL mm
> mm/highmem.c:#endif /* defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL) */
> mm/page_alloc.c:#ifdef WANT_PAGE_VIRTUAL
>
> David
>
the WANT_PAGE_VIRTUAL is defined only when CONFIG_CONTIGUOUS_PAGE_ALLOC is defined,
which wont happend, since it is not defined at all:
-#ifdef CONFIG_CONTIGUOUS_PAGE_ALLOC
-#define WANT_PAGE_VIRTUAL 1
-#endif
-
jirka
next prev parent reply other threads:[~2007-11-08 17:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 15:08 [PATCH] FRV - remove dead config symbol from FRV code Jiri Olsa
2007-11-08 17:21 ` David Howells
2007-11-08 17:33 ` Jiri Olsa [this message]
2007-11-08 17:49 ` David Howells
2007-11-08 17:50 ` David Howells
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=47334854.8010308@gmail.com \
--to=olsajiri@gmail.com \
--cc=kernel-janitors@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.