Gianluca Moro wrote:

>>Are you sure PAGE_MASK is defined in the MIPS version of asm/page.h? 
>>Is 
>>there another "page.h" that it might be picking up instead?
>>
>>    
>>
>
>Hi,
>
>I got the same problem, and defined PAGE_MASK to be,
>if I recall correctly 800*600*2
>(I'm using 800x600, 16 bit)
>if you define a bigger page than you use, I think
>

What???  PAGE_MASK should equal the size of a physical memory page in
bytes, minus one.  It varies based on the processor, but on most of the
systems where Linux runs, PAGE_MASK should be 0xfff (4095 decimal)

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel

Reply via email to