>>>>> On Sun, 10 Oct 2004 17:47:20 -0700, Pete Popov <ppopov@xxxxxxxxxxxxxxxxx> said: ppopov> Clearly a buglet, carried over from 2.4. That section of the ppopov> code wouldn't even be compiled, since CONFIG_MIPS64 is not ppopov> defined. I'll remove that and send a new patch. Anything else ppopov> you see that's suspicious :)? Hi. I wonder why following change is needed. > --- include/asm-mips/page.h 20 Aug 2004 12:02:18 -0000 1.44 > +++ include/asm-mips/page.h 19 Sep 2004 22:51:29 -0000 > @@ -32,7 +32,7 @@ > #ifdef CONFIG_PAGE_SIZE_64KB > #define PAGE_SHIFT 16 > #endif > -#define PAGE_SIZE (1UL << PAGE_SHIFT) > +#define PAGE_SIZE (1L << PAGE_SHIFT) > #define PAGE_MASK (~(PAGE_SIZE-1)) > > #ifdef __KERNEL__ --- Atsushi Nemoto