Ralf Baechle wrote: > > On Thu, Oct 23, 2003 at 11:43:27AM +0200, Geert Uytterhoeven wrote: > > > > If I change the line 43 from: > > > #define PTE_PAGE_SIZE (1L << PTE_PAGE_SHIFT) > > > to > > > #define PTE_PAGE_SIZE (1 << PTE_PAGE_SHIFT) > > > the compiling is o.k. > > The fix for this went into CVS yesterday. Actually, this is a new problem which was my fault. I'm checking in the fix. Apologies! Kip