All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pantelis Antoniou <panto@intracom.gr>
To: "McMullan, Jason" <jason.mcmullan@timesys.com>
Cc: PPC_LINUX <linuxppc-embedded@ozlabs.org>
Subject: Re: [PATCH 2.6.11.7] Remove iopa()
Date: Tue, 10 May 2005 14:03:04 +0300	[thread overview]
Message-ID: <428094E8.4060900@intracom.gr> (raw)
In-Reply-To: <1115672263.9050.52.camel@jmcmullan.timesys>

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

  reply	other threads:[~2005-05-10 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 20:57 [PATCH 2.6.11.7] Remove iopa() McMullan, Jason
2005-05-10 11:03 ` Pantelis Antoniou [this message]
2005-05-10 11:10   ` Pantelis Antoniou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=428094E8.4060900@intracom.gr \
    --to=panto@intracom.gr \
    --cc=jason.mcmullan@timesys.com \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.