> fb_mmap contains an ifdef for every architecture on
> Linux. Is it possible to implement this using
> something like ioremap_nocache() and avoid the ifdefs?
Unfortunely no. We are dealing with special memory that has special needs
whcih vary from platform to platform.
|