At Fri, 16 Jul 2004 15:08:14 +0200, I wrote: > > At Fri, 16 Jul 2004 16:57:23 +0400, > Andrew Gaydenko wrote: > > > > clean/(re)cvscompile were done. > > > > I'm not bash guru, but from common view some configure fragment seems > > strange to me. I have got > > > > checking for new remap_page_range... "no" > > You have an old version of kernel, don't you? > > > Here 1 is assigned to new_remap (line 2). But CONFIG_OLD_REMAP_PAGE_RANGE > > is defined (line 8) only when new_remap equals 0 (line 6). Must new_remap > > assignement be reverted? > > It defines CONFIG_ *OLD* _REMAP_PAGE_RANGE. So it's correct. Doh, I found you're right, the 1 and 0 are reverted. And another silly typo. The corrected (additional) patch is below. Takashi