Pantelis Antoniou wrote:
> McMullan, Jason wrote:
>
>> iopa() is stupid. Remove it.
>>
>>
>>
>
> Jason take a look at virt_to_phys...
>
> extern inline unsigned long virt_to_phys(volatile void * address)
> {
> #ifndef CONFIG_APUS
> return (unsigned long) address - KERNELBASE;
> #else
> return iopa ((unsigned long) address);
> #endif
> }
>
> Maybe virt_to_xxx needs to go too?
> Oops sorry. Maybe APUS needs to go instead :) Regards Pantelis
