Bug 605 - IA64 build broken
Summary: IA64 build broken
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: git
Hardware: PA-RISC (HP) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-07 03:17 UTC by Egbert Eich
Modified: 2004-05-05 17:31 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Egbert Eich 2004-05-07 03:17:25 UTC
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.
Comment 1 Egbert Eich 2004-05-07 03:31:57 UTC
Committed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.