|
From: James S. <jsi...@in...> - 2002-12-20 19:07:06
|
> 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. |