[xorg-bugzilla-noise] [Bug 605] New: IA64 build broken

bugzilla-daemon at pdx.freedesktop.org bugzilla-daemon at pdx.freedesktop.org
Fri May 7 03:17:25 EST 2004


http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=605

           Summary: IA64 build broken
           Product: xorg
           Version: CVS_head
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: App/other
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: eich at pdx.freedesktop.org


IA64 build is broken because we include the kernel header asm/page.h.
Kernel headers cannot be used with -ansi, though. 
This header gets included for the definition of PAGE_SIZE.
However every file that does that has plenty of other ways to determine the
pagesize. Therefore we simply delete the inclusion.
fbdevhw.c is a little different as it uses the PAGE_MASK. We simply replace
PAGE_MASK by (~(getpagesize() - 1)) which should also work.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the xorg-bugzilla-noise mailing list