Re: xfree86 4.5 cross compilation
Tim Roberts <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Organization | Providenza & Boekelheide, Inc. |
| Message-ID | <[email protected]> |
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.