[PATCH 2.6.11.7] Remove iopa()

Pantelis Antoniou panto at intracom.gr
Tue May 10 21:03:04 EST 2005


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?

Regards

Pantelis



More information about the Linuxppc-embedded mailing list