From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Olsa Date: Thu, 08 Nov 2007 17:33:08 +0000 Subject: Re: [PATCH] FRV - remove dead config symbol from FRV code Message-Id: <47334854.8010308@gmail.com> List-Id: References: <47332668.7060301@gmail.com> In-Reply-To: <47332668.7060301@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org David Howells wrote: > Jiri Olsa 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