Thread (3 messages) flat view 3 messages, 2 authors, 2005-05-10

Re: [PATCH 2.6.11.7] Remove iopa()

From: Pantelis Antoniou <hidden>
Date: 2005-05-10 11:27:02

Pantelis Antoniou wrote:
McMullan, Jason wrote:
quoted
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help